diff options
Diffstat (limited to 'files/ja/web/svg/attribute/href/index.html')
| -rw-r--r-- | files/ja/web/svg/attribute/href/index.html | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/files/ja/web/svg/attribute/href/index.html b/files/ja/web/svg/attribute/href/index.html index 23dc210b4b..188bb35c71 100644 --- a/files/ja/web/svg/attribute/href/index.html +++ b/files/ja/web/svg/attribute/href/index.html @@ -5,7 +5,7 @@ translation_of: Web/SVG/Attribute/href --- <div>{{SVGRef}}</div> -<p>The <strong><code>href</code></strong> attribute defines a link to a resource as a reference <a href="/en-US/docs/Web/SVG/Content_type#URL">URL</a>. The exact meaning of that link depends on the context of each element using it.</p> +<p>The <strong><code>href</code></strong> attribute defines a link to a resource as a reference <a href="/ja/docs/Web/SVG/Content_type#URL">URL</a>. The exact meaning of that link depends on the context of each element using it.</p> <div class="note"> <p><strong>Note:</strong> Specifications before SVG 2 defined an {{SVGAttr("xlink:href")}} attribute, which is now rendered obsolete by the <code>href</code> attribute.</p> @@ -37,7 +37,7 @@ translation_of: Web/SVG/Attribute/href <tbody> <tr> <th scope="row">Value</th> - <td><code><a href="/en-US/docs/Web/SVG/Content_type#URL"><url></a></code></td> + <td><code><a href="/ja/docs/Web/SVG/Content_type#URL"><url></a></code></td> </tr> <tr> <th scope="row">Default value</th> @@ -66,7 +66,7 @@ translation_of: Web/SVG/Attribute/href <tbody> <tr> <th scope="row">Value</th> - <td><code><a href="/en-US/docs/Web/SVG/Content_type#URL"><url></a></code></td> + <td><code><a href="/ja/docs/Web/SVG/Content_type#URL"><url></a></code></td> </tr> <tr> <th scope="row">Default value</th> @@ -95,7 +95,7 @@ translation_of: Web/SVG/Attribute/href <tbody> <tr> <th scope="row">Value</th> - <td><code><a href="/en-US/docs/Web/SVG/Content_type#URL"><url></a></code></td> + <td><code><a href="/ja/docs/Web/SVG/Content_type#URL"><url></a></code></td> </tr> <tr> <th scope="row">Default value</th> @@ -116,7 +116,7 @@ translation_of: Web/SVG/Attribute/href <tbody> <tr> <th scope="row">Value</th> - <td><code><a href="/en-US/docs/Web/SVG/Content_type#URL"><url></a></code></td> + <td><code><a href="/ja/docs/Web/SVG/Content_type#URL"><url></a></code></td> </tr> <tr> <th scope="row">Default value</th> @@ -137,7 +137,7 @@ translation_of: Web/SVG/Attribute/href <tbody> <tr> <th scope="row">Value</th> - <td><code><a href="/en-US/docs/Web/SVG/Content_type#URL"><url></a></code></td> + <td><code><a href="/ja/docs/Web/SVG/Content_type#URL"><url></a></code></td> </tr> <tr> <th scope="row">Default value</th> @@ -174,7 +174,7 @@ translation_of: Web/SVG/Attribute/href <tbody> <tr> <th scope="row">Value</th> - <td><code><a href="/en-US/docs/Web/SVG/Content_type#URL"><url></a></code></td> + <td><code><a href="/ja/docs/Web/SVG/Content_type#URL"><url></a></code></td> </tr> <tr> <th scope="row">Default value</th> @@ -189,13 +189,13 @@ translation_of: Web/SVG/Attribute/href <h3 id="mpath">mpath</h3> -<p>For {{SVGElement("mpath")}}, <code>href</code> defines a URL referring to the {{SVGElement("path")}} element or <a href="/en-US/docs/Web/CSS/CSS_Shapes/Basic_Shapes">basic shape</a> which defines the motion path.</p> +<p>For {{SVGElement("mpath")}}, <code>href</code> defines a URL referring to the {{SVGElement("path")}} element or <a href="/ja/docs/Web/CSS/CSS_Shapes/Basic_Shapes">basic shape</a> which defines the motion path.</p> <table class="properties"> <tbody> <tr> <th scope="row">Value</th> - <td><code><a href="/en-US/docs/Web/SVG/Content_type#URL"><url></a></code></td> + <td><code><a href="/ja/docs/Web/SVG/Content_type#URL"><url></a></code></td> </tr> <tr> <th scope="row">Default value</th> @@ -216,7 +216,7 @@ translation_of: Web/SVG/Attribute/href <tbody> <tr> <th scope="row">Value</th> - <td><code><a href="/en-US/docs/Web/SVG/Content_type#URL"><url></a></code></td> + <td><code><a href="/ja/docs/Web/SVG/Content_type#URL"><url></a></code></td> </tr> <tr> <th scope="row">Default value</th> @@ -237,7 +237,7 @@ translation_of: Web/SVG/Attribute/href <tbody> <tr> <th scope="row">Value</th> - <td><code><a href="/en-US/docs/Web/SVG/Content_type#URL"><url></a></code></td> + <td><code><a href="/ja/docs/Web/SVG/Content_type#URL"><url></a></code></td> </tr> <tr> <th scope="row">Default value</th> @@ -258,7 +258,7 @@ translation_of: Web/SVG/Attribute/href <tbody> <tr> <th scope="row">Value</th> - <td><code><a href="/en-US/docs/Web/SVG/Content_type#URL"><url></a></code></td> + <td><code><a href="/ja/docs/Web/SVG/Content_type#URL"><url></a></code></td> </tr> <tr> <th scope="row">Default value</th> @@ -273,13 +273,13 @@ translation_of: Web/SVG/Attribute/href <h3 id="textPath">textPath</h3> -<p>For {{SVGElement("textPath")}}, <code>href</code> defines a URL referring to the {{SVGElement("path")}} element or <a href="/en-US/docs/Web/CSS/CSS_Shapes/Basic_Shapes">basic shape</a> onto which the text will be rendered if no {{SVGAttr("path")}} attribute is provided. On the {{SVGElement("textPath")}} element, the <code>href</code> attribute is animatable.</p> +<p>For {{SVGElement("textPath")}}, <code>href</code> defines a URL referring to the {{SVGElement("path")}} element or <a href="/ja/docs/Web/CSS/CSS_Shapes/Basic_Shapes">basic shape</a> onto which the text will be rendered if no {{SVGAttr("path")}} attribute is provided. On the {{SVGElement("textPath")}} element, the <code>href</code> attribute is animatable.</p> <table class="properties"> <tbody> <tr> <th scope="row">Value</th> - <td><code><a href="/en-US/docs/Web/SVG/Content_type#URL"><url></a></code></td> + <td><code><a href="/ja/docs/Web/SVG/Content_type#URL"><url></a></code></td> </tr> <tr> <th scope="row">Default value</th> @@ -302,7 +302,7 @@ translation_of: Web/SVG/Attribute/href <tbody> <tr> <th scope="row">Value</th> - <td><code><a href="/en-US/docs/Web/SVG/Content_type#URL"><url></a></code></td> + <td><code><a href="/ja/docs/Web/SVG/Content_type#URL"><url></a></code></td> </tr> <tr> <th scope="row">Default value</th> |
