From a802ba37d66fb077a0fe4b9574839cb886135acf Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Tue, 14 Sep 2021 23:04:19 +0900 Subject: Web/m-w以下の文書内のリンクURLを正規化 (#2370) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - /en-US へのリンクを /ja へのリンクに修正 - /ja が付いていないものに /ja を付加 - MDN内のリンクが完全URLの場合、 /ja/docs からのURLに修正 --- files/ja/web/svg/element/tspan/index.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'files/ja/web/svg/element/tspan/index.html') diff --git a/files/ja/web/svg/element/tspan/index.html b/files/ja/web/svg/element/tspan/index.html index 1ef05592ae..1dee4218a4 100644 --- a/files/ja/web/svg/element/tspan/index.html +++ b/files/ja/web/svg/element/tspan/index.html @@ -38,39 +38,39 @@ translation_of: Web/SVG/Element/tspan
{{SVGAttr("x")}}
テキストのベースラインの開始点の X 座標です。
- 値の型: <length>|<percentage> ; 既定値: none; Animatable: yes
+ 値の型: <length>|<percentage> ; 既定値: none; Animatable: yes
{{SVGAttr("y")}}
テキストのベースラインの開始点の Y 座標です。
- 値の型: <length>|<percentage> ; 既定値: none; Animatable: yes
+ 値の型: <length>|<percentage> ; 既定値: none; Animatable: yes
{{SVGAttr("dx")}}
テキストの位置を直前のテキスト要素から水平方向にずらします。
- 値の型: <length>|<percentage> ; Default value: none; Animatable: yes
+ 値の型: <length>|<percentage> ; Default value: none; Animatable: yes
{{SVGAttr("dy")}}
テキストの位置を直前のテキスト要素から垂直方向にずらします。
- 値の型: <length>|<percentage> ; 既定値: none; Animatable: yes
+ 値の型: <length>|<percentage> ; 既定値: none; Animatable: yes
{{SVGAttr("rotate")}}
それぞれの文字の向きを回転します。文字ごとに個別に回転させることができます。
- 値の型: <list-of-number> ; 既定値: none; Animatable: yes
+ 値の型: <list-of-number> ; 既定値: none; Animatable: yes
{{SVGAttr("lengthAdjust")}}
テキストをtextLength 属性で定義された幅に合わせるために伸縮する方法です。
値の型: spacing|spacingAndGlyphs; 既定値: spacing; Animatable: yes
{{SVGAttr("textLength")}}
テキストを伸縮して合わせる幅です。
- 値の型: <length>|<percentage> ; 既定値: none; Animatable: yes
+ 値の型: <length>|<percentage> ; 既定値: none; Animatable: yes

グローバル属性

-
コア属性
+
コア属性
特に: {{SVGAttr('id')}}, {{SVGAttr('tabindex')}}
-
スタイル属性
+
スタイル属性
{{SVGAttr('class')}}, {{SVGAttr('style')}}
-
条件処理属性
+
条件処理属性
特に: {{SVGAttr('requiredExtensions')}}, {{SVGAttr('systemLanguage')}}
Event Attributes
-
グローバルイベント属性, グラフィックイベント属性
-
プレゼンテーション属性
+
グローバルイベント属性, グラフィックイベント属性
+
プレゼンテーション属性
特に: {{SVGAttr('clip-path')}}, {{SVGAttr('clip-rule')}}, {{SVGAttr('color')}}, {{SVGAttr('color-interpolation')}}, {{SVGAttr('color-rendering')}}, {{SVGAttr('cursor')}}, {{SVGAttr('display')}}, {{SVGAttr('dominant-baseline')}}, {{SVGAttr('fill')}}, {{SVGAttr('fill-opacity')}}, {{SVGAttr('fill-rule')}}, {{SVGAttr('filter')}}, {{SVGAttr('mask')}}, {{SVGAttr('opacity')}}, {{SVGAttr('pointer-events')}}, {{SVGAttr('shape-rendering')}}, {{SVGAttr('stroke')}}, {{SVGAttr('stroke-dasharray')}}, {{SVGAttr('stroke-dashoffset')}}, {{SVGAttr('stroke-linecap')}}, {{SVGAttr('stroke-linejoin')}}, {{SVGAttr('stroke-miterlimit')}}, {{SVGAttr('stroke-opacity')}}, {{SVGAttr('stroke-width')}}, {{SVGAttr('text-anchor')}}, {{SVGAttr("transform")}}, {{SVGAttr('vector-effect')}}, {{SVGAttr('visibility')}}
Aria 属性
aria-activedescendant, aria-atomic, aria-autocomplete, aria-busy, aria-checked, aria-colcount, aria-colindex, aria-colspan, aria-controls, aria-current, aria-describedby, aria-details, aria-disabled, aria-dropeffect, aria-errormessage, aria-expanded, aria-flowto, aria-grabbed, aria-haspopup, aria-hidden, aria-invalid, aria-keyshortcuts, aria-label, aria-labelledby, aria-level, aria-live, aria-modal, aria-multiline, aria-multiselectable, aria-orientation, aria-owns, aria-placeholder, aria-posinset, aria-pressed, aria-readonly, aria-relevant, aria-required, aria-roledescription, aria-rowcount, aria-rowindex, aria-rowspan, aria-selected, aria-setsize, aria-sort, aria-valuemax, aria-valuemin, aria-valuenow, aria-valuetext, role
-- cgit v1.2.3-54-g00ecf