From 35c54926120762f92f6281648e71198fdf19771d Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Thu, 10 Oct 2024 16:25:13 +0900 Subject: [PATCH] =?UTF-8?q?2023/02/19=20=E6=99=82=E7=82=B9=E3=81=AE?= =?UTF-8?q?=E8=8B=B1=E8=AA=9E=E7=89=88=E3=81=AB=E5=9F=BA=E3=81=A5=E3=81=8D?= =?UTF-8?q?=E6=96=B0=E8=A6=8F=E7=BF=BB=E8=A8=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/ja/web/api/svgnumber/index.md | 32 +++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 files/ja/web/api/svgnumber/index.md diff --git a/files/ja/web/api/svgnumber/index.md b/files/ja/web/api/svgnumber/index.md new file mode 100644 index 00000000000000..5da4ab7487eb37 --- /dev/null +++ b/files/ja/web/api/svgnumber/index.md @@ -0,0 +1,32 @@ +--- +title: SVGNumber +slug: Web/API/SVGNumber +l10n: + sourceCommit: 226ac33eb70ed5411dd2d68bd602c80cafd780b6 +--- + +{{APIRef("SVG")}} + +**`SVGNumber`** インターフェイスは、{{cssxref("<number>")}} 基本データ型に対応します。 + +`SVGNumber` オブジェクトは読み取り専用として指定されていることがあり、その場合はオブジェクトを変更しようとすると例外が発生します。 + +## インスタンスプロパティ + +- {{domxref("SVGNumber.value")}} + + - : 数値を表す浮動小数点数です。 + + メモ: `SVGNumber` が読み取り専用である場合、この値を変更しようとすると {{domxref("DOMException")}} が NO_MODIFICATION_ALLOWED_ERR のコードで発生します。 + +## インスタンスメソッド + +_このインターフェイスは固有のメソッドを提供していません。_ + +## 仕様書 + +{{Specifications}} + +## ブラウザーの互換性 + +{{Compat}}