From b9783c06657382caf2267a9a098ffa8e95a7f2ab Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Sat, 31 Jul 2021 09:33:29 -0400 Subject: remove link 'title' attributes that's just the 'href' (zh-cn, part 5) --- files/zh-cn/web/svg/attribute/mask/index.html | 2 +- files/zh-cn/web/svg/content_type/index.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'files/zh-cn/web/svg') diff --git a/files/zh-cn/web/svg/attribute/mask/index.html b/files/zh-cn/web/svg/attribute/mask/index.html index d357ccf8a8..ff53cdecff 100644 --- a/files/zh-cn/web/svg/attribute/mask/index.html +++ b/files/zh-cn/web/svg/attribute/mask/index.html @@ -31,7 +31,7 @@ translation_of: Web/SVG/Attribute/mask 规范文档 - SVG 1.1 (2nd Edition) + SVG 1.1 (2nd Edition) diff --git a/files/zh-cn/web/svg/content_type/index.html b/files/zh-cn/web/svg/content_type/index.html index d8a28f6f80..e61998aefc 100644 --- a/files/zh-cn/web/svg/content_type/index.html +++ b/files/zh-cn/web/svg/content_type/index.html @@ -96,7 +96,7 @@ DIGIT ::= [0-9]

基本类型<color>是一个CSS2兼容的规范,针对sRGB颜色空间的颜色。<color>应用在SVG的属性 {{SVGAttr("color")}} 上,也是属性{{SVGAttr("fill")}}、属性{{SVGAttr("stroke")}}、属性{{SVGAttr("stop-color")}}、属性 {{SVGAttr("flood-color")}}和属性{{SVGAttr("lighting-color")}}的定义的组成部分,<color>还提供了可选的基于ICC的颜色规范。

-

SVG支持所有的定义在CSS2句法和基本数据类型中的<color>供选择的句法,而且还支持CSS Color Module Level 3中的<color>句法(取决于编译器)。

+

SVG支持所有的定义在CSS2句法和基本数据类型中的<color>供选择的句法,而且还支持CSS Color Module Level 3中的<color>句法(取决于编译器)。

一个<color>可以是一个关键词,或者一个数字化的RGB规范。

@@ -111,7 +111,7 @@ DIGIT ::= [0-9] hexdigit ::= [0-9A-Fa-f] -

在这里,color-keyword要于匹配列于CSS Color Module Level 3中的颜色关键词(大小写不敏感)中的一个,要么匹配列于对颜色的用户参考中的一个。

+

在这里,color-keyword要于匹配列于CSS Color Module Level 3中的颜色关键词(大小写不敏感)中的一个,要么匹配列于对颜色的用户参考中的一个。

SVG DOM对<color>的定义,CSS中也做了同样的定义。SVG对颜色的扩展,包括指定基于ICC的颜色的能力,可以使用DOM接口{{domxref("SVGColor")}}来表现。

-- cgit v1.2.3-54-g00ecf