Skip to content

Commit

Permalink
2023/04/06 時点の英語版に基づき新規翻訳
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuji09 committed Nov 24, 2023
1 parent 06244b2 commit 0926629
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions files/ja/web/api/abstractrange/startoffset/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
title: "AbstractRange: startOffset プロパティ"
short-title: startOffset
slug: Web/API/AbstractRange/startOffset
l10n:
sourceCommit: 135b8311a5e3d12789e8421845be3ce026ef72b8
---

{{APIRef("DOM")}}

**`startOffset`** は {{domxref("AbstractRange")}} インターフェイスの読み取り専用プロパティで、開始ノードにおける範囲の開始位置のオフセットを返します。

##

範囲の最初の文字が位置を {{domxref("AbstractRange.startContainer", "startContainer")}} が示す {{domxref("Node")}} 内の文字数で示す整数値です。

##

```js
let startOffset = range.startOffset;
```

## 仕様書

{{Specifications}}

## ブラウザーの互換性

{{Compat}}

0 comments on commit 0926629

Please sign in to comment.