SVG Core Attributes - SVG: Scalable Vector Graphics 编辑

The SVG core attributes are all the common attributes that can be specified on any SVG element.

Attributes

id
Defines a unique identifier (ID) which must be unique in the whole document. Its purpose is to identify the element when linking (using a fragment identifier), scripting, or styling (with CSS).
Value: Any valid ID string; Animatable: No
lang

Participates in defining the language of the element, the language that non-editable elements are written in or the language that editable elements should be written in. The tag contains one single entry value in the format defined in the Tags for Identifying Languages (BCP47) IETF document.

SVG 2 introduce the new lang attributes. If both lang and xml:lang attribute are used, xml:lang has priority over lang.

Value: Any valid language ID; Animatable: No

tabindex
The tabindex SVG attribute allows you to control whether an element is focusable and to define the relative order of the element for the purposes of sequential focus navigation.
Value type: <integer>; Animatable: No
xml:base
Specifies a base IRI other than the base IRI of the document.
Value type: <IRI>; Animatable: No
xml:lang

It is a universal attribute allowed in all XML dialects to mark up the natural human language that an element contains. It's almost identical in usage to HTML's lang, but in conforming XML 1.0 documents, it does not allow the use of a null attribute value (xml:lang="") to indicate an unknown language. Instead, use xml:lang="und".

SVG 2 introduce the new lang attributes. If both lang and xml:lang attribute are used, xml:lang has priority over lang.

Value: Any valid language ID; Animatable: No

xml:space Deprecated since SVG 2

SVG supports the standard XML attribute xml:space to specify the handling of white space characters within a given <text> element's character data.

Note: Instead of using the xml:space attribute you should use the white-space CSS property.

Value: default | preserve; Animatable: No

Browser compatibility

BCD tables only load in the browser

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据

词条统计

浏览:120 次

字数:4288

最后编辑:7年前

编辑次数:0 次

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文