blob: c1f4810565a565fba25da1d464c11b2183ad8330 (
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
|
---
title: version
slug: Web/SVG/Attribute/version
translation_of: Web/SVG/Attribute/version
---
<p><strong><code>version</code></strong> 属性用于指明 SVG 文档遵循规范。 它只允许在根元素<a href="/en-US/docs/Web/SVG/Element/svg"><svg></a> 上使用。 它纯粹是一个说明,对渲染或处理没有任何影响。</p>
<p>虽然它接受任何数字,但是只有<code>1.0</code> 和 <code>1.1</code>.这两个有效的选择。</p>
<h2 id="Usage_context">Usage context</h2>
<table class="standard-table">
<tbody>
<tr>
<th scope="row">类别</th>
<td>None</td>
</tr>
<tr>
<th scope="row">值</th>
<td><a href="/en/SVG/Content_type#Number" title="https://developer.mozilla.org/en/SVG/Content_type#Number"><number></a></td>
</tr>
<tr>
<th scope="row">动画属性</th>
<td>No</td>
</tr>
<tr>
<th scope="row">标准文件</th>
<td><a href="http://www.w3.org/TR/SVG11/struct.html#SVGElementVersionAttribute" rel="external">SVG 1.1 (2nd Edition): version attribute</a></td>
</tr>
</tbody>
</table>
|