From 6b306a671d53a8771076ab02634ca548ccdf2f2b Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Tue, 19 Oct 2021 01:14:28 +0900 Subject: Web/SVG/Attribute/color を新規翻訳 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 2021/10/19 時点の英語版に同期 --- files/ja/web/svg/attribute/color/index.md | 89 +++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 files/ja/web/svg/attribute/color/index.md (limited to 'files/ja/web/svg/attribute') diff --git a/files/ja/web/svg/attribute/color/index.md b/files/ja/web/svg/attribute/color/index.md new file mode 100644 index 0000000000..f94bc74ce1 --- /dev/null +++ b/files/ja/web/svg/attribute/color/index.md @@ -0,0 +1,89 @@ +--- +title: color +slug: Web/SVG/Attribute/color +tags: + - SVG + - SVG Attribute +browser-compat: svg.attributes.presentation.color +translation_of: Web/SVG/Attribute/color +--- +{{SVGRef}} + +**`color`** 属性は、間接的な値の候補である `currentcolor` を {{SVGAttr("fill")}}, {{SVGAttr("stroke")}}, {{SVGAttr("stop-color")}}, {{SVGAttr("flood-color")}}, {{SVGAttr("lighting-color")}} の各属性に与えるために使用します。 + +> **Note:** プレゼンテーション属性として、`color` は CSS プロパティとして使用できます。詳しい情報は [CSS 色](/ja/docs/Web/CSS/color) を参照してください。 + +プレゼンテーション属性として、任意の要素に適用することができますが、上記のように SVG 要素には直接影響を与えません。 + +## 使用上のメモ + + + + + + + + + + + + + + + + +
+ <color> + | inherit +
既定値ユーザーエージェントによる
アニメーション
+ +

+ +```css hidden +html, body, svg { + height: 100%; +} +``` + +```html + + + + + + +``` + +{{EmbedLiveSample("Example", "100%", "110")}} + +## 仕様書 + + + + + + + + + + + + + + + + + + + + + +
仕様書状態備考
+ {{SpecName("SVG2", "painting.html#ColorProperty", "color")}} + {{Spec2("SVG2")}}適用先の要素の制約を削除。
+ {{SpecName("SVG1.1", "color.html#ColorProperty", "color")}} + {{Spec2("SVG1.1")}}初回定義
+ +## ブラウザーの互換性 + +{{Compat}} -- cgit v1.2.3-54-g00ecf