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/pattern/index.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'files/ja/web/svg/element/pattern') diff --git a/files/ja/web/svg/element/pattern/index.html b/files/ja/web/svg/element/pattern/index.html index adf33d7f5e..9a7f70231b 100644 --- a/files/ja/web/svg/element/pattern/index.html +++ b/files/ja/web/svg/element/pattern/index.html @@ -33,10 +33,10 @@ translation_of: Web/SVG/Element/pattern
{{SVGAttr("height")}}
This attribute determines the height of the pattern tile.
- Value type: <length>|<percentage>; Default value: 0; Animatable: yes
+ Value type: <length>|<percentage>; Default value: 0; Animatable: yes
{{SVGAttr("href")}}
This attribute reference a template pattern that provides default values for the <pattern> attributes.
- Value type: <URL>; Default value: none; Animatable: yes
+ Value type: <URL>; Default value: none; Animatable: yes
{{SVGAttr("patternContentUnits")}}
This attribute defines the coordinate system for the contents of the {{ SVGElement("pattern") }}.
Value type: userSpaceOnUse|objectBoundingBox; Default value: userSpaceOnUse; Animatable: yes @@ -44,7 +44,7 @@ translation_of: Web/SVG/Element/pattern
{{SVGAttr("patternTransform")}}
This attribute contains the definition of an optional additional transformation from the pattern coordinate system onto the target coordinate system.
- Value type: <transform-list>; Default value: none; Animatable: yes
+ Value type: <transform-list>; Default value: none; Animatable: yes
{{SVGAttr("patternUnits")}}
This attribute defines the coordinate system for attributes x, y, width and height.
Value type: userSpaceOnUse|objectBoundingBox; Default value: objectBoundingBox; Animatable: yes
@@ -53,33 +53,33 @@ translation_of: Web/SVG/Element/pattern Value type: (none| xMinYMin| xMidYMin| xMaxYMin| xMinYMid| xMidYMid| xMaxYMid| xMinYMax| xMidYMax| xMaxYMax) (meet|slice)? ; Default value: xMidYMid meet; Animatable: yes
{{SVGAttr("viewBox")}}
This attribute defines the bound of the SVG viewport for the pattern fragment.
- Value type: <list-of-numbers> ; Default value: none; Animatable: yes
+ Value type: <list-of-numbers> ; Default value: none; Animatable: yes
{{SVGAttr("width")}}
This attribute determines the width of the pattern tile.
- Value type: <length>|<percentage> ; Default value: 0; Animatable: yes
+ Value type: <length>|<percentage> ; Default value: 0; Animatable: yes
{{SVGAttr("x")}}
This attribute determines the x coordinate shift of the pattern tile.
- Value type: <length>|<percentage> ; Default value: 0; Animatable: yes
+ Value type: <length>|<percentage> ; Default value: 0; Animatable: yes
{{SVGAttr("xlink:href")}} {{deprecated_inline("SVG2")}}
This attribute reference a template pattern that provides default values for the <pattern> attributes.
- Value type: <URL>; Default value: none; Animatable: yes + Value type: <URL>; Default value: none; Animatable: yes

Note: For browsers implementing href, if both href and xlink:href are set, xlink:href will be ignored and only href will be used.

{{SVGAttr("y")}}
This attribute determines the y coordinate shift of the pattern tile.
- Value type: <length>|<percentage> ; Default value: 0; Animatable: yes
+ Value type: <length>|<percentage> ; Default value: 0; Animatable: yes

グローバル属性

-
Core Attributes
+
Core Attributes
Most notably: {{SVGAttr('id')}}, {{SVGAttr('tabindex')}}
-
Styling Attributes
+
Styling Attributes
{{SVGAttr('class')}}, {{SVGAttr('style')}}
-
Conditional Processing Attributes
+
Conditional Processing Attributes
Most notably: {{SVGAttr('requiredExtensions')}}, {{SVGAttr('systemLanguage')}}
-
Presentation Attributes
+
Presentation Attributes
Most notably: {{SVGAttr('clip-path')}}, {{SVGAttr('clip-rule')}}, {{SVGAttr('color')}}, {{SVGAttr('color-interpolation')}}, {{SVGAttr('color-rendering')}}, {{SVGAttr('cursor')}}, {{SVGAttr('display')}}, {{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("transform")}}, {{SVGAttr('vector-effect')}}, {{SVGAttr('visibility')}}
XLink Attributes
Most notably: {{SVGAttr("xlink:title")}}
-- cgit v1.2.3-54-g00ecf