From 17dbc4b436381a778fd2661efe729e8f3ee4ac6c Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Sat, 31 Jul 2021 07:48:41 -0400 Subject: remove link 'title' attributes that's just the 'href' (zh-cn, part 4) (#1797) --- .../how_to_build_custom_form_controls/index.html | 2 +- files/zh-cn/web/css/@font-face/index.html | 2 +- files/zh-cn/web/css/animation-duration/index.html | 2 +- files/zh-cn/web/css/animation-name/index.html | 2 +- files/zh-cn/web/css/background-size/index.html | 2 +- files/zh-cn/web/css/child_combinator/index.html | 4 +-- files/zh-cn/web/css/class_selectors/index.html | 6 ++-- files/zh-cn/web/css/color_value/index.html | 2 +- .../detecting_css_animation_support/index.html | 2 +- .../the_stacking_context/index.html | 2 +- files/zh-cn/web/css/css_transitions/index.html | 4 +-- .../using_css_transitions/index.html | 2 +- files/zh-cn/web/css/flex-flow/index.html | 2 +- files/zh-cn/web/css/flex-grow/index.html | 2 +- .../zh-cn/web/css/font-feature-settings/index.html | 6 ++-- files/zh-cn/web/css/font-size-adjust/index.html | 2 +- .../web/css/general_sibling_combinator/index.html | 2 +- .../web/css/gradient/linear-gradient()/index.html | 2 +- .../index.html | 4 +-- .../web/css/scaling_of_svg_backgrounds/index.html | 2 +- files/zh-cn/web/css/specified_value/index.html | 2 +- files/zh-cn/web/css/text-rendering/index.html | 2 +- files/zh-cn/web/css/transition-duration/index.html | 4 +-- .../web/css/transition-timing-function/index.html | 2 +- files/zh-cn/web/css/type_selectors/index.html | 6 ++-- files/zh-cn/web/css/universal_selectors/index.html | 6 ++-- files/zh-cn/web/css/url()/index.html | 2 +- files/zh-cn/web/css/used_value/index.html | 4 +-- .../guide/html/constraint_validation/index.html | 14 +++++----- files/zh-cn/web/mathml/authoring/index.html | 12 ++++---- files/zh-cn/web/mathml/element/math/index.html | 2 +- files/zh-cn/web/mathml/element/mspace/index.html | 2 +- files/zh-cn/web/security/index.html | 2 +- .../web/svg/attribute/attributename/index.html | 2 +- .../zh-cn/web/svg/attribute/baseprofile/index.html | 2 +- files/zh-cn/web/svg/attribute/d/index.html | 2 +- files/zh-cn/web/svg/attribute/dur/index.html | 2 +- files/zh-cn/web/svg/attribute/fill-rule/index.html | 2 +- .../zh-cn/web/svg/attribute/font-family/index.html | 2 +- .../web/svg/attribute/text-decoration/index.html | 2 +- files/zh-cn/web/svg/attribute/viewbox/index.html | 2 +- files/zh-cn/web/svg/attribute/x/index.html | 32 +++++++++++----------- files/zh-cn/web/svg/attribute/y/index.html | 32 +++++++++++----------- files/zh-cn/web/svg/content_type/index.html | 14 +++++----- .../web/svg/svg_animation_with_smil/index.html | 6 ++-- 45 files changed, 107 insertions(+), 107 deletions(-) diff --git a/files/zh-cn/learn/forms/how_to_build_custom_form_controls/index.html b/files/zh-cn/learn/forms/how_to_build_custom_form_controls/index.html index ac417b4d20..106badb508 100644 --- a/files/zh-cn/learn/forms/how_to_build_custom_form_controls/index.html +++ b/files/zh-cn/learn/forms/how_to_build_custom_form_controls/index.html @@ -404,7 +404,7 @@ original_slug: Learn/HTML/Forms/How_to_build_custom_form_widgets

在我们将要构建的代码之中,我们将会使用标准的 DOM API 来完成我们所要做的所有工作。尽管 DOM API 在浏览器中得到了更好支持,但是在旧的浏览器上还是会出现问题。( 特别是非常老的 Internet Explorer)。

-

如果你想要避免旧浏览器带来的麻烦,这儿有两种解决方案:使用专门的框架,比如 jQuery, $dom, prototype, Dojo, YUI, 或者类似的框架,或者通过填充你想使用的缺失的特性 (这可以通过条件加载轻松完成——例如使用 yepnope 这样的库。

+

如果你想要避免旧浏览器带来的麻烦,这儿有两种解决方案:使用专门的框架,比如 jQuery, $dom, prototype, Dojo, YUI, 或者类似的框架,或者通过填充你想使用的缺失的特性 (这可以通过条件加载轻松完成——例如使用 yepnope 这样的库。

我们打算使用的特性如下所示(按照风险程度从高到低排列):

diff --git a/files/zh-cn/web/css/@font-face/index.html b/files/zh-cn/web/css/@font-face/index.html index c397868413..80d35cb973 100644 --- a/files/zh-cn/web/css/@font-face/index.html +++ b/files/zh-cn/web/css/@font-face/index.html @@ -171,7 +171,7 @@ translation_of: Web/CSS/@font-face
  • About WOFF
  • FontSquirrel @font-face generator
  • Beautiful fonts with @font-face
  • -
  • Open Font Library
  • +
  • Open Font Library
  • Microsoft Developer Network (MSDN) @font-face reference
  • When can I use WOFF?
  • When can I use SVG Fonts?
  • diff --git a/files/zh-cn/web/css/animation-duration/index.html b/files/zh-cn/web/css/animation-duration/index.html index 13493d5151..3ca2a86fd9 100644 --- a/files/zh-cn/web/css/animation-duration/index.html +++ b/files/zh-cn/web/css/animation-duration/index.html @@ -86,7 +86,7 @@ animation-duration: 10s, 30s, 230ms {{ CompatGeckoDesktop("16.0") }} 10 12{{ property_prefix("-o") }}
    - 12.10 # + 12.10 # 4.0{{ property_prefix("-webkit") }} diff --git a/files/zh-cn/web/css/animation-name/index.html b/files/zh-cn/web/css/animation-name/index.html index 6c479063dc..c553edf234 100644 --- a/files/zh-cn/web/css/animation-name/index.html +++ b/files/zh-cn/web/css/animation-name/index.html @@ -97,7 +97,7 @@ animation-name: unset {{CompatGeckoDesktop("16.0")}} 10  12 {{property_prefix("-o")}}
    - 12.10 # + 12.10 # 4.0{{property_prefix("-webkit")}} diff --git a/files/zh-cn/web/css/background-size/index.html b/files/zh-cn/web/css/background-size/index.html index debb3e69d8..e7f34927fa 100644 --- a/files/zh-cn/web/css/background-size/index.html +++ b/files/zh-cn/web/css/background-size/index.html @@ -190,7 +190,7 @@ background-size: 50% 25%;

    备注

    -

    如果用渐变作为背景并且对它使用了background-size ,最好不要只用一个auto, 或者只指定一个宽度值 (例如 background-size: 50%)。对这两种情况 Firefox 8有所改变, 并且目前各浏览器表现不一致,不是全部浏览器都完全支持 CSS3 background-size 规范CSS3 Image Values gradient 规范

    +

    如果用渐变作为背景并且对它使用了background-size ,最好不要只用一个auto, 或者只指定一个宽度值 (例如 background-size: 50%)。对这两种情况 Firefox 8有所改变, 并且目前各浏览器表现不一致,不是全部浏览器都完全支持 CSS3 background-size 规范CSS3 Image Values gradient 规范

    .bar {
            width: 50px; height: 100px;
    diff --git a/files/zh-cn/web/css/child_combinator/index.html b/files/zh-cn/web/css/child_combinator/index.html
    index e161f15dae..ef03621513 100644
    --- a/files/zh-cn/web/css/child_combinator/index.html
    +++ b/files/zh-cn/web/css/child_combinator/index.html
    @@ -52,12 +52,12 @@ div > span {
      
      
       
    -   CSS Selectors Level 3
    +   CSS Selectors Level 3
        {{ Spec2('CSS3 Selectors') }}
         
       
       
    -   CSS 2.1
    +   CSS 2.1
        {{ Spec2('CSS2.1') }}
         
       
    diff --git a/files/zh-cn/web/css/class_selectors/index.html b/files/zh-cn/web/css/class_selectors/index.html
    index 13fd848a89..237e6dbaa0 100644
    --- a/files/zh-cn/web/css/class_selectors/index.html
    +++ b/files/zh-cn/web/css/class_selectors/index.html
    @@ -51,17 +51,17 @@ translation_of: Web/CSS/Class_selectors
      
      
       
    -   CSS Selectors Level 3
    +   CSS Selectors Level 3
        {{ Spec2('CSS3 Selectors') }}
         
       
       
    -   CSS 2.1
    +   CSS 2.1
        {{ Spec2('CSS2.1') }}
         
       
       
    -   CSS 1
    +   CSS 1
        {{ Spec2('CSS1') }}
         
       
    diff --git a/files/zh-cn/web/css/color_value/index.html b/files/zh-cn/web/css/color_value/index.html
    index 4114e6a362..6d043e1c61 100644
    --- a/files/zh-cn/web/css/color_value/index.html
    +++ b/files/zh-cn/web/css/color_value/index.html
    @@ -18,7 +18,7 @@ translation_of: Web/CSS/color_value
     ---
     

    {{CSSRef}}

    -

    CSS 数据类型 <color> 表示一种标准RGB色彩空间(sRGB color space)的颜色。一个颜色可以包括一个alpha通道透明度值,来表明颜色如何与它的背景色混合(composite)

    +

    CSS 数据类型 <color> 表示一种标准RGB色彩空间(sRGB color space)的颜色。一个颜色可以包括一个alpha通道透明度值,来表明颜色如何与它的背景色混合(composite)

    一个<color>可以以如下方式定义:

    diff --git a/files/zh-cn/web/css/css_animations/detecting_css_animation_support/index.html b/files/zh-cn/web/css/css_animations/detecting_css_animation_support/index.html index 75b845f57e..f554b33177 100644 --- a/files/zh-cn/web/css/css_animations/detecting_css_animation_support/index.html +++ b/files/zh-cn/web/css/css_animations/detecting_css_animation_support/index.html @@ -5,7 +5,7 @@ translation_of: Web/CSS/CSS_Animations/Detecting_CSS_animation_support ---

    {{CSSRef}}

    -

    CSS 动画 使仅用CSS属性来使内容呈现动画效果成为一种可能,然而,某些时候CSS动画属性并不能生效,此时,我们希望能够通过javascript代码来实现相似的动画效果。针对此种情况,本文基于Chris Heilmann的 this blog post 对该技术进行了示范。

    +

    CSS 动画 使仅用CSS属性来使内容呈现动画效果成为一种可能,然而,某些时候CSS动画属性并不能生效,此时,我们希望能够通过javascript代码来实现相似的动画效果。针对此种情况,本文基于Chris Heilmann的 this blog post 对该技术进行了示范。

    CSS动画支持检测

    diff --git a/files/zh-cn/web/css/css_positioning/understanding_z_index/the_stacking_context/index.html b/files/zh-cn/web/css/css_positioning/understanding_z_index/the_stacking_context/index.html index aa1da710e2..02fde53b5b 100644 --- a/files/zh-cn/web/css/css_positioning/understanding_z_index/the_stacking_context/index.html +++ b/files/zh-cn/web/css/css_positioning/understanding_z_index/the_stacking_context/index.html @@ -26,7 +26,7 @@ original_slug: Web/Guide/CSS/Understanding_z_index/The_stacking_context
  • {{cssxref("position")}} 值为 fixed(固定定位)或 sticky(粘滞定位)的元素(沾滞定位适配所有移动设备上的浏览器,但老的桌面浏览器不支持);
  • flex ({{cssxref("flexbox")}}) 容器的子元素,且 {{cssxref("z-index")}} 值不为 auto
  • grid ({{cssxref("grid")}}) 容器的子元素,且 {{cssxref("z-index")}} 值不为 auto
  • -
  • {{cssxref("opacity")}} 属性值小于 1 的元素(参见 the specification for opacity);
  • +
  • {{cssxref("opacity")}} 属性值小于 1 的元素(参见 the specification for opacity);
  • {{cssxref("mix-blend-mode")}} 属性值不为 normal 的元素;
  • 以下任意属性值不为 none 的元素:
      diff --git a/files/zh-cn/web/css/css_transitions/index.html b/files/zh-cn/web/css/css_transitions/index.html index c77f811360..f9153ca449 100644 --- a/files/zh-cn/web/css/css_transitions/index.html +++ b/files/zh-cn/web/css/css_transitions/index.html @@ -76,7 +76,7 @@ translation_of: Web/CSS/CSS_Transitions {{ CompatGeckoDesktop("16.0") }} 10.0 11.6 {{ property_prefix("-o") }}
      - 12.10 # + 12.10 # 3.0 {{ property_prefix("-webkit") }}
      6.1 @@ -102,7 +102,7 @@ translation_of: Web/CSS/CSS_Transitions {{ CompatGeckoMobile("16.0") }} {{ CompatUnknown() }} 10.0 {{ property_prefix("-o") }}
      - 12.10 # + 12.10 # 3.2 {{ property_prefix("-webkit") }} diff --git a/files/zh-cn/web/css/css_transitions/using_css_transitions/index.html b/files/zh-cn/web/css/css_transitions/using_css_transitions/index.html index 10ca1300b0..38ae9a6359 100644 --- a/files/zh-cn/web/css/css_transitions/using_css_transitions/index.html +++ b/files/zh-cn/web/css/css_transitions/using_css_transitions/index.html @@ -340,7 +340,7 @@ var intervalID = window.setInterval(updateTransition, 7000);
      {{ cssxref("transition-timing-function") }}
      -
      指定一个函数,定义属性值怎么变化。缓动函数 Timing functions 定义属性如何计算。多数 timing functions 由四点定义一个 bezier 曲线。也可以从 Easing Functions Cheat Sheet 选择缓动效果。
      +
      指定一个函数,定义属性值怎么变化。缓动函数 Timing functions 定义属性如何计算。多数 timing functions 由四点定义一个 bezier 曲线。也可以从 Easing Functions Cheat Sheet 选择缓动效果。
      diff --git a/files/zh-cn/web/css/flex-flow/index.html b/files/zh-cn/web/css/flex-flow/index.html index bbdf1afc30..4ed7ff98e5 100644 --- a/files/zh-cn/web/css/flex-flow/index.html +++ b/files/zh-cn/web/css/flex-flow/index.html @@ -43,7 +43,7 @@ translation_of: Web/CSS/flex-flow - CSS Flexible Box Layout Module + CSS Flexible Box Layout Module {{ Spec2('CSS3 Flexbox') }}   diff --git a/files/zh-cn/web/css/flex-grow/index.html b/files/zh-cn/web/css/flex-grow/index.html index b71ba6bd03..cfc8dcdf50 100644 --- a/files/zh-cn/web/css/flex-grow/index.html +++ b/files/zh-cn/web/css/flex-grow/index.html @@ -105,7 +105,7 @@ flex-grow: unset;
  • - CSS灵活包装盒布局模块 + CSS灵活包装盒布局模块 {{Spec2('CSS3 Flexbox')}} 初步定义 diff --git a/files/zh-cn/web/css/font-feature-settings/index.html b/files/zh-cn/web/css/font-feature-settings/index.html index e225e0ae7b..f4ca74abdc 100644 --- a/files/zh-cn/web/css/font-feature-settings/index.html +++ b/files/zh-cn/web/css/font-feature-settings/index.html @@ -48,7 +48,7 @@ font-feature-settings: unset;
    文本使用默认设置进行布局。
    <feature-tag-value>
    在呈现文本时,OpenType要素标记值的列表被传递到文本布局引擎以启用或禁用字体特征。标签始终是4个ASCII字符的 {{cssxref("<string>")}} 。如果是U + 20 - U + 7E代码点范围以外的字符或字符个数不对,则整个属性无效。 
    - 值是一个正整数。两个关键字on和off分别是1和0的同义词。如果未设置任何值,则默认值为1。对于非布尔型OpenType功能(例如,文体替代 stylistic alternates),该值意味着要选择特定的字形;对于布尔值,它是一个开关。
    + 值是一个正整数。两个关键字on和off分别是1和0的同义词。如果未设置任何值,则默认值为1。对于非布尔型OpenType功能(例如,文体替代 stylistic alternates),该值意味着要选择特定的字形;对于布尔值,它是一个开关。

    形式语法

    @@ -116,6 +116,6 @@ td.tabular { font-feature-settings: "tnum"; } diff --git a/files/zh-cn/web/css/font-size-adjust/index.html b/files/zh-cn/web/css/font-size-adjust/index.html index 30a7541697..364a0a6524 100644 --- a/files/zh-cn/web/css/font-size-adjust/index.html +++ b/files/zh-cn/web/css/font-size-adjust/index.html @@ -141,5 +141,5 @@ font-size-adjust: inherit;

    参见

    diff --git a/files/zh-cn/web/css/general_sibling_combinator/index.html b/files/zh-cn/web/css/general_sibling_combinator/index.html index 941e9c9218..edff991db3 100644 --- a/files/zh-cn/web/css/general_sibling_combinator/index.html +++ b/files/zh-cn/web/css/general_sibling_combinator/index.html @@ -49,7 +49,7 @@ translation_of: Web/CSS/General_sibling_combinator - CSS Selectors Level 3 + CSS Selectors Level 3 {{Spec2('CSS3 Selectors')}} diff --git a/files/zh-cn/web/css/gradient/linear-gradient()/index.html b/files/zh-cn/web/css/gradient/linear-gradient()/index.html index df99cec0e6..4e1083f3cd 100644 --- a/files/zh-cn/web/css/gradient/linear-gradient()/index.html +++ b/files/zh-cn/web/css/gradient/linear-gradient()/index.html @@ -116,7 +116,7 @@ where <side-or-corner> = [ left | right ] || [ top | bottom ]

    语法历史

    -

    linear-gradient的语法由2008年实施的first Apple proposal发展而来。

    +

    linear-gradient的语法由2008年实施的first Apple proposal发展而来。

    -webkit-gradient(<type>, <point> [, <radius>]?, <point> [, <radius>]? [, <stop>]*)
     
    diff --git a/files/zh-cn/web/css/privacy_and_the__colon_visited_selector/index.html b/files/zh-cn/web/css/privacy_and_the__colon_visited_selector/index.html index 83bbd78166..7ff11c253e 100644 --- a/files/zh-cn/web/css/privacy_and_the__colon_visited_selector/index.html +++ b/files/zh-cn/web/css/privacy_and_the__colon_visited_selector/index.html @@ -68,7 +68,7 @@ translation_of: 'Web/CSS/Privacy_and_the_:visited_selector'

    更多

    diff --git a/files/zh-cn/web/css/scaling_of_svg_backgrounds/index.html b/files/zh-cn/web/css/scaling_of_svg_backgrounds/index.html index 44ae63b403..b2f33d391c 100644 --- a/files/zh-cn/web/css/scaling_of_svg_backgrounds/index.html +++ b/files/zh-cn/web/css/scaling_of_svg_backgrounds/index.html @@ -322,5 +322,5 @@ background-size: 150px auto; diff --git a/files/zh-cn/web/css/specified_value/index.html b/files/zh-cn/web/css/specified_value/index.html index 9829324398..eb6b36d4da 100644 --- a/files/zh-cn/web/css/specified_value/index.html +++ b/files/zh-cn/web/css/specified_value/index.html @@ -18,5 +18,5 @@ translation_of: Web/CSS/specified_value

    相关规范

    diff --git a/files/zh-cn/web/css/text-rendering/index.html b/files/zh-cn/web/css/text-rendering/index.html index bf97d31b3a..26730b874b 100644 --- a/files/zh-cn/web/css/text-rendering/index.html +++ b/files/zh-cn/web/css/text-rendering/index.html @@ -149,7 +149,7 @@ body { text-rendering: optimizeLegibility; } Basic support for Windows and Linux -

    4.0 but the implementation known bugs on Windows and Linux which can break font substitition, small-caps, letter-spacing or cause text to overlap

    +

    4.0 but the implementation known bugs on Windows and Linux which can break font substitition, small-caps, letter-spacing or cause text to overlap

    3.0 (1.9) {{ CompatNo() }} diff --git a/files/zh-cn/web/css/transition-duration/index.html b/files/zh-cn/web/css/transition-duration/index.html index 41c23b5f25..bb5d632a36 100644 --- a/files/zh-cn/web/css/transition-duration/index.html +++ b/files/zh-cn/web/css/transition-duration/index.html @@ -343,7 +343,7 @@ var intervalID = window.setInterval(updateTransition, 7000); {{ CompatGeckoDesktop("16.0") }} 10.0 11.6 {{ property_prefix("-o") }}
    - 12.10 # + 12.10 # 3.0 {{ property_prefix("-webkit") }} @@ -368,7 +368,7 @@ var intervalID = window.setInterval(updateTransition, 7000); {{ CompatGeckoMobile("16.0") }} {{ CompatUnknown() }} 10.0 {{ property_prefix("-o") }}
    - 12.10 # + 12.10 # 3.2 {{ property_prefix("-webkit") }} diff --git a/files/zh-cn/web/css/transition-timing-function/index.html b/files/zh-cn/web/css/transition-timing-function/index.html index 8733097d9b..e01f97037c 100644 --- a/files/zh-cn/web/css/transition-timing-function/index.html +++ b/files/zh-cn/web/css/transition-timing-function/index.html @@ -591,7 +591,7 @@ var intervalID = window.setInterval(updateTransition, 7000); {{ CompatGeckoDesktop("16.0") }} 10 11.6{{ property_prefix("-o") }}
    - 12.10 # + 12.10 # {{ CompatVersionUnknown() }}{{ property_prefix("-webkit") }} diff --git a/files/zh-cn/web/css/type_selectors/index.html b/files/zh-cn/web/css/type_selectors/index.html index 12d5e5120a..5c406694e9 100644 --- a/files/zh-cn/web/css/type_selectors/index.html +++ b/files/zh-cn/web/css/type_selectors/index.html @@ -50,17 +50,17 @@ translation_of: Web/CSS/Type_selectors - CSS Selectors Level 3 + CSS Selectors Level 3 {{ Spec2('CSS3 Selectors') }} No change - CSS 2.1 + CSS 2.1 {{ Spec2('CSS2.1') }}   - CSS 1 + CSS 1 {{ Spec2('CSS1') }}   diff --git a/files/zh-cn/web/css/universal_selectors/index.html b/files/zh-cn/web/css/universal_selectors/index.html index 8b72901ccc..0289c4f3e3 100644 --- a/files/zh-cn/web/css/universal_selectors/index.html +++ b/files/zh-cn/web/css/universal_selectors/index.html @@ -44,7 +44,7 @@ translation_of: Web/CSS/Universal_selectors

    A red span in a green paragraph (with a border.)

    -
    注: 笔者不推荐使用通配选择器,因为它是性能最低的一个CSS选择器.
    +
    注: 笔者不推荐使用通配选择器,因为它是性能最低的一个CSS选择器.

    规范

    @@ -58,12 +58,12 @@ translation_of: Web/CSS/Universal_selectors - CSS Selectors Level 3 + CSS Selectors Level 3 {{ Spec2('CSS3 Selectors') }} 定义了在命名空间下的行为并提示在伪元素中忽略它是允许的 - CSS 2.1 + CSS 2.1 {{ Spec2('CSS2.1') }} 初始定义 diff --git a/files/zh-cn/web/css/url()/index.html b/files/zh-cn/web/css/url()/index.html index 12dc49ca05..a8f6be8f41 100644 --- a/files/zh-cn/web/css/url()/index.html +++ b/files/zh-cn/web/css/url()/index.html @@ -13,7 +13,7 @@ original_slug: Web/CSS/url
    URI 和 URL?

    -URI(统一资源标识符) 与 URL(统一资源定位符) 不同。URL 描述资源的位置,而 URI 描述资源的 id。URI 可以是一个资源的 URL(地址)、或 URN(统一资源名称)。
    +URI(统一资源标识符) 与 URL(统一资源定位符) 不同。URL 描述资源的位置,而 URI 描述资源的 id。URI 可以是一个资源的 URL(地址)、或 URN(统一资源名称)。

    在 CSS Level 1 中,url() 函数被引入并用于描述 URL,即地址(虽然没有明确定义,但指一个 CSS 数据类型 <url>

    diff --git a/files/zh-cn/web/css/used_value/index.html b/files/zh-cn/web/css/used_value/index.html index 9bfc009164..ed63dc8256 100644 --- a/files/zh-cn/web/css/used_value/index.html +++ b/files/zh-cn/web/css/used_value/index.html @@ -19,7 +19,7 @@ translation_of: Web/CSS/used_value

    与计算值的区别

    -

    CSS 2.0 只定义了 计算值 computed value 作为属性计算的最后一步。 CSS 2.1 引进了定义明显不同的的应用值,这样当父元素的计算值为百分数时子元素可以显式地继承其高宽。 对于不依赖于布局的 CSS 属性 (例如 display, font-size, line-height)计算值与应用值一样,否则就会不一样  (引自 CSS 2.1 Changes: Specified, computed, and actual values):

    +

    CSS 2.0 只定义了 计算值 computed value 作为属性计算的最后一步。 CSS 2.1 引进了定义明显不同的的应用值,这样当父元素的计算值为百分数时子元素可以显式地继承其高宽。 对于不依赖于布局的 CSS 属性 (例如 display, font-size, line-height)计算值与应用值一样,否则就会不一样  (引自 CSS 2.1 Changes: Specified, computed, and actual values):

    -

    欲了解完整的SVG中的IRI引用的规范请阅读SVG 1.1 (2nd Edition): IRI references

    +

    欲了解完整的SVG中的IRI引用的规范请阅读SVG 1.1 (2nd Edition): IRI references

    @@ -231,7 +231,7 @@ hexdigit ::= [0-9A-Fa-f]
    length ::= number (~"em" | ~"ex" | ~"px" | ~"in" | ~"cm" | ~"mm" | ~"pt" | ~"pc")?
    -

    请阅读CSS2规范 以了解单位标识符的意义。

    +

    请阅读CSS2规范 以了解单位标识符的意义。

    在CSS2中定义的长度属性,必须提供单位标识符。而SVG专用属性的长度值以及它们对应的外观属性,长度单位标识符是可选的。如果没有提供单位标识符,长度值代表当前用户坐标系统中的一段距离。对于外观属性,无论是定义在SVG1.1还是定义在CSS2中,长度单位标识符必须是小写的。

    @@ -324,7 +324,7 @@ hexdigit ::= [0-9A-Fa-f]
    <paint>
    -

    属性{{SVGAttr("fill")}}和属性{{SVGAttr("stroke")}}的值,是涂色类型的规范,用在要对一个给定元素填充或描边的时候。SVG规范的Specifying paint章节中描述了<paint>可用的选项以及句法。

    +

    属性{{SVGAttr("fill")}}和属性{{SVGAttr("stroke")}}的值,是涂色类型的规范,用在要对一个给定元素填充或描边的时候。SVG规范的Specifying paint章节中描述了<paint>可用的选项以及句法。

    在SVG DOM内部,<paint>值用{{domxref("SVGPaint")}}对象表达。

    diff --git a/files/zh-cn/web/svg/svg_animation_with_smil/index.html b/files/zh-cn/web/svg/svg_animation_with_smil/index.html index 2f65b95392..12af8e3229 100644 --- a/files/zh-cn/web/svg/svg_animation_with_smil/index.html +++ b/files/zh-cn/web/svg/svg_animation_with_smil/index.html @@ -11,7 +11,7 @@ translation_of: Web/SVG/SVG_animation_with_SMIL

    Chrome 45弃用了SMIL,以利于CSS动画以及Web动画。

    -

    Firefox 4 利用Synchronized Multimedia Integration Language (SMIL)引入了对动画SVG的支持。SMIL允许你:

    +

    Firefox 4 利用Synchronized Multimedia Integration Language (SMIL)引入了对动画SVG的支持。SMIL允许你: