blob: ca9eacfa11f0cc30e51dfef8c19c75123b843262 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
|
---
title: 'y'
slug: Web/SVG/Attribute/y
translation_of: Web/SVG/Attribute/y
---
<p>« <a href="/ja/docs/Web/SVG/Attribute" title="en/SVG/Attribute">SVG属性リファレンスホームへ</a></p>
<p>この属性はユーザー座標系のy軸座標を指定します。この属性の正確な影響は各要素の座標に依存します。ほとんどの場合、この属性参照している要素の左上を原点とした長方形のx軸座標を示します(例外については個々の要素のドキュメントを参照してください)。</p>
<p>値の明示がなければ、<strong>0</strong>として記入されたものとして、 {{ SVGElement("filter") }} と {{ SVGElement("mask") }} 要素に関しては <strong>-10%</strong> と記入されたものと解釈します。</p>
<h2 id="使用可能な場所">使用可能な場所</h2>
<table class="standard-table">
<tbody>
<tr>
<th scope="row">カテゴリ</th>
<td>なし</td>
</tr>
<tr>
<th scope="row">値</th>
<td><a href="/en/SVG/Content_type#Coordinate" title="https://developer.mozilla.org/en/SVG/Content_type#Coordinate"><coordinate></a></td>
</tr>
<tr>
<th scope="row">アニメーション</th>
<td>可</td>
</tr>
<tr>
<th scope="row">標準文書</th>
<td><a class="external" href="http://www.w3.org/TR/SVG/text.html#AltGlyphElementYAttribute">SVG 1.1 (2nd Edition): altGlyph element</a><br>
<a class="external" href="http://www.w3.org/TR/SVG/interact.html#CursorElementYAttribute">SVG 1.1 (2nd Edition): cursor element</a><br>
<a class="external" href="http://www.w3.org/TR/SVG/filters.html#fePointLightYAttribute">SVG 1.1 (2nd Edition): fePointLight element</a><br>
<a class="external" href="http://www.w3.org/TR/SVG/filters.html#feSpotLightYAttribute">SVG 1.1 (2nd Edition): feSpotLight element</a><br>
<a class="external" href="http://www.w3.org/TR/SVG/filters.html#FilterElementYAttribute">SVG 1.1 (2nd Edition): filter element</a><br>
<a class="external" href="http://www.w3.org/TR/SVG/extend.html#ForeignObjectElementYAttribute">SVG 1.1 (2nd Edition): foreignObject element</a><br>
<a class="external" href="http://www.w3.org/TR/SVG/text.html#GlyphRefElementYAttribute">SVG 1.1 (2nd Edition): glyphRef element</a><br>
<a class="external" href="http://www.w3.org/TR/SVG/struct.html#ImageElementYAttribute">SVG 1.1 (2nd Edition): image element</a><br>
<a class="external" href="http://www.w3.org/TR/SVG/pservers.html#PatternElementYAttribute">SVG 1.1 (2nd Edition): pattern element</a><br>
<a class="external" href="http://www.w3.org/TR/SVG/shapes.html#RectElementYAttribute">SVG 1.1 (2nd Edition): rect element</a><br>
<a class="external" href="http://www.w3.org/TR/SVG/struct.html#SVGElementYAttribute">SVG 1.1 (2nd Edition): svg element</a><br>
<a class="external" href="http://www.w3.org/TR/SVG/text.html#TextElementYAttribute">SVG 1.1 (2nd Edition): text element</a><br>
<a class="external" href="http://www.w3.org/TR/SVG/struct.html#UseElementYAttribute">SVG 1.1 (2nd Edition): use element</a><br>
<a class="external" href="http://www.w3.org/TR/SVG/filters.html#FilterPrimitiveYAttribute">SVG 1.1 (2nd Edition): Filter primitive</a><br>
<a class="external" href="http://www.w3.org/TR/SVG/masking.html#MaskElementYAttribute">SVG 1.1 (2nd Edition): mask element</a><br>
<a class="external" href="http://www.w3.org/TR/SVG/text.html#TSpanElementYAttribute">SVG 1.1 (2nd Edition): tspan element</a></td>
</tr>
</tbody>
</table>
<p>{{ page("/ja/docs/Web/SVG/Content_type","coordinate") }}</p>
<h2 id="要素">要素</h2>
<p>次の要素は <code>y</code> 属性を使用することができます。</p>
<ul>
<li><a href="/ja/decs/Web/SVG/Element#FilterPrimitive" title="en/SVG/Element#FilterPrimitive">Filter primitive elements</a> »</li>
<li>{{ SVGElement("altGlyph") }}</li>
<li>{{ SVGElement("fePointLight") }}</li>
<li>{{ SVGElement("feSpotLight") }}</li>
<li>{{ SVGElement("filter") }}</li>
<li>{{ SVGElement("foreignObject") }}</li>
<li>{{ SVGElement("glyphRef") }}</li>
<li>{{ SVGElement("image") }}</li>
<li>{{ SVGElement("pattern") }}</li>
<li>{{ SVGElement("rect") }}</li>
<li>{{ SVGElement("svg") }}</li>
<li>{{ SVGElement("text") }}</li>
<li>{{ SVGElement("use") }}</li>
<li>{{ SVGElement("mask") }}</li>
<li>{{ SVGElement("tref") }}</li>
<li>{{ SVGElement("tspan") }}</li>
</ul>
|