We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02afa8d commit a62a29eCopy full SHA for a62a29e
crates/typst-library/src/introspection/location.rs
@@ -15,7 +15,7 @@ use crate::model::Numbering;
15
/// また、検索したロケーションや表示された要素のロケーションは、コンテンツの[`location()`]($content.location)メソッドを使って取得できます。
16
///
17
/// # ロケータブル要素 { #locatable }
18
-/// 現在、要素関数の一部のみがロケータブルです。
+/// 現在、要素関数の一部のみがロケーションを取得可能です。
19
/// 見出しや図表の他に、数式、参照、引用、全ての明示的なラベルを持つ要素が該当します。
20
/// したがって、例えば[`strong`]要素に対してクエリが実行 _可能_ ですが、見つかるのは明示的にラベルが付けられたもののみです。
21
/// この制限は将来的に解消される予定です。
0 commit comments