From 4fcf364daa1be056c857275e82bbbf7549666119 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Wed, 28 Jul 2021 12:42:04 -0400 Subject: remove link 'title' attributes that's just the 'href' (zh-cn, part 3) --- files/zh-cn/learn/forms/advanced_form_styling/index.html | 2 +- .../learn/forms/basic_native_form_controls/index.html | 2 +- .../forms/how_to_build_custom_form_controls/index.html | 2 +- .../learn/forms/html_forms_in_legacy_browsers/index.html | 2 +- .../forms/sending_and_retrieving_form_data/index.html | 2 +- files/zh-cn/web/svg/attribute/accent-height/index.html | 2 +- files/zh-cn/web/svg/attribute/accumulate/index.html | 2 +- files/zh-cn/web/svg/attribute/attributetype/index.html | 2 +- files/zh-cn/web/svg/attribute/baseline-shift/index.html | 2 +- files/zh-cn/web/svg/attribute/begin/index.html | 4 ++-- files/zh-cn/web/svg/attribute/color/index.html | 2 +- files/zh-cn/web/svg/attribute/dx/index.html | 10 +++++----- files/zh-cn/web/svg/attribute/edgemode/index.html | 2 +- files/zh-cn/web/svg/attribute/end/index.html | 2 +- files/zh-cn/web/svg/attribute/fill-opacity/index.html | 2 +- files/zh-cn/web/svg/attribute/fill/index.html | 4 ++-- files/zh-cn/web/svg/attribute/filter/index.html | 2 +- files/zh-cn/web/svg/attribute/filterunits/index.html | 2 +- files/zh-cn/web/svg/attribute/fr/index.html | 2 +- files/zh-cn/web/svg/attribute/from/index.html | 2 +- files/zh-cn/web/svg/attribute/fx/index.html | 2 +- files/zh-cn/web/svg/attribute/fy/index.html | 2 +- files/zh-cn/web/svg/attribute/height/index.html | 16 ++++++++-------- files/zh-cn/web/svg/attribute/image-rendering/index.html | 2 +- files/zh-cn/web/svg/attribute/in/index.html | 2 +- files/zh-cn/web/svg/attribute/kernelmatrix/index.html | 2 +- files/zh-cn/web/svg/attribute/keytimes/index.html | 2 +- files/zh-cn/web/svg/attribute/opacity/index.html | 2 +- files/zh-cn/web/svg/attribute/overflow/index.html | 2 +- files/zh-cn/web/svg/attribute/points/index.html | 4 ++-- .../web/svg/attribute/preserveaspectratio/index.html | 2 +- files/zh-cn/web/svg/attribute/radius/index.html | 2 +- files/zh-cn/web/svg/attribute/stddeviation/index.html | 2 +- .../zh-cn/web/svg/attribute/stroke-dasharray/index.html | 2 +- .../zh-cn/web/svg/attribute/stroke-dashoffset/index.html | 2 +- files/zh-cn/web/svg/attribute/stroke-linecap/index.html | 2 +- .../zh-cn/web/svg/attribute/stroke-miterlimit/index.html | 2 +- files/zh-cn/web/svg/attribute/stroke-opacity/index.html | 2 +- files/zh-cn/web/svg/attribute/stroke-width/index.html | 2 +- files/zh-cn/web/svg/attribute/stroke/index.html | 2 +- files/zh-cn/web/svg/attribute/style/index.html | 2 +- files/zh-cn/web/svg/attribute/text-anchor/index.html | 2 +- files/zh-cn/web/svg/attribute/type/index.html | 12 ++++++------ files/zh-cn/web/svg/attribute/version/index.html | 2 +- files/zh-cn/web/svg/attribute/visibility/index.html | 2 +- 45 files changed, 64 insertions(+), 64 deletions(-) (limited to 'files') diff --git a/files/zh-cn/learn/forms/advanced_form_styling/index.html b/files/zh-cn/learn/forms/advanced_form_styling/index.html index 338712fd7e..74b636a127 100644 --- a/files/zh-cn/learn/forms/advanced_form_styling/index.html +++ b/files/zh-cn/learn/forms/advanced_form_styling/index.html @@ -81,7 +81,7 @@ original_slug: Learn/HTML/Forms/Advanced_styling_for_HTML_forms
  • WebKit CSS 扩展
  • Microsoft CSS 扩展 diff --git a/files/zh-cn/learn/forms/basic_native_form_controls/index.html b/files/zh-cn/learn/forms/basic_native_form_controls/index.html index d7958f3c66..fd148797cf 100644 --- a/files/zh-cn/learn/forms/basic_native_form_controls/index.html +++ b/files/zh-cn/learn/forms/basic_native_form_controls/index.html @@ -678,7 +678,7 @@ beans.oninput = function() {

    {{PreviousMenuNext("Learn/HTML/Forms/How_to_structure_an_HTML_form", "Learn/HTML/Forms/Sending_and_retrieving_form_data", "Learn/HTML/Forms")}}

    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 6578fe07b5..ac417b4d20 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/learn/forms/html_forms_in_legacy_browsers/index.html b/files/zh-cn/learn/forms/html_forms_in_legacy_browsers/index.html index 6e371e694f..23ef20b0f2 100644 --- a/files/zh-cn/learn/forms/html_forms_in_legacy_browsers/index.html +++ b/files/zh-cn/learn/forms/html_forms_in_legacy_browsers/index.html @@ -32,7 +32,7 @@ original_slug: Learn/HTML/Forms/HTML_forms_in_legacy_browsers diff --git a/files/zh-cn/learn/forms/sending_and_retrieving_form_data/index.html b/files/zh-cn/learn/forms/sending_and_retrieving_form_data/index.html index 3533f53fb2..57c4db7201 100644 --- a/files/zh-cn/learn/forms/sending_and_retrieving_form_data/index.html +++ b/files/zh-cn/learn/forms/sending_and_retrieving_form_data/index.html @@ -36,7 +36,7 @@ original_slug: Learn/HTML/Forms/Sending_and_retrieving_form_data

    客户端/服务器体系结构

    -

    web基于非常基本的客户端/服务器体系结构,可以总结如下:客户端(通常是web浏览器)向服务器发送请求(大多数情况下是ApacheNginxIISTomcat等web服务器),使用HTTP 协议。服务器使用相同的协议来回答请求。

    +

    web基于非常基本的客户端/服务器体系结构,可以总结如下:客户端(通常是web浏览器)向服务器发送请求(大多数情况下是ApacheNginxIISTomcat等web服务器),使用HTTP 协议。服务器使用相同的协议来回答请求。

    A basic schema of the Web client/server architecture

    diff --git a/files/zh-cn/web/svg/attribute/accent-height/index.html b/files/zh-cn/web/svg/attribute/accent-height/index.html index ba39552047..926f6cd6fe 100644 --- a/files/zh-cn/web/svg/attribute/accent-height/index.html +++ b/files/zh-cn/web/svg/attribute/accent-height/index.html @@ -27,7 +27,7 @@ translation_of: Web/SVG/Attribute/accent-height Normative document - SVG 1.1 (2nd Edition) + SVG 1.1 (2nd Edition) diff --git a/files/zh-cn/web/svg/attribute/accumulate/index.html b/files/zh-cn/web/svg/attribute/accumulate/index.html index 8a779fd704..30cde25fa0 100644 --- a/files/zh-cn/web/svg/attribute/accumulate/index.html +++ b/files/zh-cn/web/svg/attribute/accumulate/index.html @@ -32,7 +32,7 @@ translation_of: Web/SVG/Attribute/accumulate 规范文档 - SVG 1.1 (2nd Edition) + SVG 1.1 (2nd Edition) diff --git a/files/zh-cn/web/svg/attribute/attributetype/index.html b/files/zh-cn/web/svg/attribute/attributetype/index.html index 371d672c2b..0278568879 100644 --- a/files/zh-cn/web/svg/attribute/attributetype/index.html +++ b/files/zh-cn/web/svg/attribute/attributetype/index.html @@ -29,7 +29,7 @@ translation_of: Web/SVG/Attribute/attributeType 规范文档 - SVG 1.1 (2nd Edition) + SVG 1.1 (2nd Edition) diff --git a/files/zh-cn/web/svg/attribute/baseline-shift/index.html b/files/zh-cn/web/svg/attribute/baseline-shift/index.html index b8f1c8f5f5..aba954457b 100644 --- a/files/zh-cn/web/svg/attribute/baseline-shift/index.html +++ b/files/zh-cn/web/svg/attribute/baseline-shift/index.html @@ -31,7 +31,7 @@ translation_of: Web/SVG/Attribute/baseline-shift 规范文档 - SVG 1.1 (2nd Edition) + SVG 1.1 (2nd Edition) diff --git a/files/zh-cn/web/svg/attribute/begin/index.html b/files/zh-cn/web/svg/attribute/begin/index.html index a7c87621b0..834bdbb0a7 100644 --- a/files/zh-cn/web/svg/attribute/begin/index.html +++ b/files/zh-cn/web/svg/attribute/begin/index.html @@ -12,7 +12,7 @@ translation_of: Web/SVG/Attribute/begin

    这个属性定义了动画何时开始。

    -

    这个属性值是一个分号分隔的数列值。SMIL规范的"Evaluation of begin and end time lists"章节详细解释了开始时间数列。每个单独的值可以是下述之一:<offset-value><syncbase-value><event-value><repeat-value><accessKey-value><wallclock-sync-value>或者关键词indefinite

    +

    这个属性值是一个分号分隔的数列值。SMIL规范的"Evaluation of begin and end time lists"章节详细解释了开始时间数列。每个单独的值可以是下述之一:<offset-value><syncbase-value><event-value><repeat-value><accessKey-value><wallclock-sync-value>或者关键词indefinite

    用法

    @@ -32,7 +32,7 @@ translation_of: Web/SVG/Attribute/begin 规范文档 - SVG 1.1 (2nd Edition) + SVG 1.1 (2nd Edition) diff --git a/files/zh-cn/web/svg/attribute/color/index.html b/files/zh-cn/web/svg/attribute/color/index.html index 787576df09..346d479b96 100644 --- a/files/zh-cn/web/svg/attribute/color/index.html +++ b/files/zh-cn/web/svg/attribute/color/index.html @@ -26,7 +26,7 @@ translation_of: Web/SVG/Attribute/color 规范文档 - SVG 1.1 (2nd Edition) + SVG 1.1 (2nd Edition) diff --git a/files/zh-cn/web/svg/attribute/dx/index.html b/files/zh-cn/web/svg/attribute/dx/index.html index 66452d48a5..72782676df 100644 --- a/files/zh-cn/web/svg/attribute/dx/index.html +++ b/files/zh-cn/web/svg/attribute/dx/index.html @@ -45,11 +45,11 @@ translation_of: Web/SVG/Attribute/dx 规范文档 - SVG 1.1 (2nd Edition): altGlyph element
    - SVG 1.1 (2nd Edition): feOffset element
    - SVG 1.1 (2nd Edition): glyphRef element
    - SVG 1.1 (2nd Edition): text element
    - SVG 1.1 (2nd Edition): tspan element + SVG 1.1 (2nd Edition): altGlyph element
    + SVG 1.1 (2nd Edition): feOffset element
    + SVG 1.1 (2nd Edition): glyphRef element
    + SVG 1.1 (2nd Edition): text element
    + SVG 1.1 (2nd Edition): tspan element diff --git a/files/zh-cn/web/svg/attribute/edgemode/index.html b/files/zh-cn/web/svg/attribute/edgemode/index.html index 9b624cd315..db124e7af4 100644 --- a/files/zh-cn/web/svg/attribute/edgemode/index.html +++ b/files/zh-cn/web/svg/attribute/edgemode/index.html @@ -33,7 +33,7 @@ translation_of: Web/SVG/Attribute/edgeMode 规范文档 - SVG 1.1 (2nd Edition) + SVG 1.1 (2nd Edition) diff --git a/files/zh-cn/web/svg/attribute/end/index.html b/files/zh-cn/web/svg/attribute/end/index.html index a2e363e82e..5f2f398f15 100644 --- a/files/zh-cn/web/svg/attribute/end/index.html +++ b/files/zh-cn/web/svg/attribute/end/index.html @@ -31,7 +31,7 @@ translation_of: Web/SVG/Attribute/end 规范文档 - SVG 1.1 (2nd Edition) + SVG 1.1 (2nd Edition) diff --git a/files/zh-cn/web/svg/attribute/fill-opacity/index.html b/files/zh-cn/web/svg/attribute/fill-opacity/index.html index 183e6c632f..00f1891ba1 100644 --- a/files/zh-cn/web/svg/attribute/fill-opacity/index.html +++ b/files/zh-cn/web/svg/attribute/fill-opacity/index.html @@ -34,7 +34,7 @@ translation_of: Web/SVG/Attribute/fill-opacity 规范文档 - SVG 1.1 (2nd Edition) + SVG 1.1 (2nd Edition) diff --git a/files/zh-cn/web/svg/attribute/fill/index.html b/files/zh-cn/web/svg/attribute/fill/index.html index 1367e0ee8a..ec841f59de 100644 --- a/files/zh-cn/web/svg/attribute/fill/index.html +++ b/files/zh-cn/web/svg/attribute/fill/index.html @@ -35,7 +35,7 @@ translation_of: Web/SVG/Attribute/fill 规范文档 - SVG 1.1 (2nd Edition) + SVG 1.1 (2nd Edition) @@ -65,7 +65,7 @@ translation_of: Web/SVG/Attribute/fill 规范文档 - SVG 1.1 (2nd Edition) + SVG 1.1 (2nd Edition) diff --git a/files/zh-cn/web/svg/attribute/filter/index.html b/files/zh-cn/web/svg/attribute/filter/index.html index 3f4893168f..5c3f81a46f 100644 --- a/files/zh-cn/web/svg/attribute/filter/index.html +++ b/files/zh-cn/web/svg/attribute/filter/index.html @@ -31,7 +31,7 @@ translation_of: Web/SVG/Attribute/filter 规范文档 - SVG 1.1 (2nd Edition) + SVG 1.1 (2nd Edition) diff --git a/files/zh-cn/web/svg/attribute/filterunits/index.html b/files/zh-cn/web/svg/attribute/filterunits/index.html index f9cd714104..47e46cd767 100644 --- a/files/zh-cn/web/svg/attribute/filterunits/index.html +++ b/files/zh-cn/web/svg/attribute/filterunits/index.html @@ -27,7 +27,7 @@ translation_of: Web/SVG/Attribute/filterUnits Normative document - SVG 1.1 (2nd Edition) + SVG 1.1 (2nd Edition) diff --git a/files/zh-cn/web/svg/attribute/fr/index.html b/files/zh-cn/web/svg/attribute/fr/index.html index b06f88a08d..6b90fcd185 100644 --- a/files/zh-cn/web/svg/attribute/fr/index.html +++ b/files/zh-cn/web/svg/attribute/fr/index.html @@ -29,7 +29,7 @@ translation_of: Web/SVG/Attribute/fr 规范文档 - SVG 1.1 (2nd Edition): The radialGradient element + SVG 1.1 (2nd Edition): The radialGradient element diff --git a/files/zh-cn/web/svg/attribute/from/index.html b/files/zh-cn/web/svg/attribute/from/index.html index 59e5f73f3c..3bd24c5994 100644 --- a/files/zh-cn/web/svg/attribute/from/index.html +++ b/files/zh-cn/web/svg/attribute/from/index.html @@ -25,7 +25,7 @@ translation_of: Web/SVG/Attribute/From 标准化文档 - SVG 1.1 (2nd Edition) + SVG 1.1 (2nd Edition) diff --git a/files/zh-cn/web/svg/attribute/fx/index.html b/files/zh-cn/web/svg/attribute/fx/index.html index 9a7a0d2e91..a2f8234418 100644 --- a/files/zh-cn/web/svg/attribute/fx/index.html +++ b/files/zh-cn/web/svg/attribute/fx/index.html @@ -31,7 +31,7 @@ translation_of: Web/SVG/Attribute/fx 规范文档            - SVG 1.1 (2nd Edition): The radialGradient element + SVG 1.1 (2nd Edition): The radialGradient element diff --git a/files/zh-cn/web/svg/attribute/fy/index.html b/files/zh-cn/web/svg/attribute/fy/index.html index 6b595a7090..25911a0922 100644 --- a/files/zh-cn/web/svg/attribute/fy/index.html +++ b/files/zh-cn/web/svg/attribute/fy/index.html @@ -30,7 +30,7 @@ translation_of: Web/SVG/Attribute/fy 规范文档 - SVG 1.1 (2nd Edition): The radialGradient element + SVG 1.1 (2nd Edition): The radialGradient element diff --git a/files/zh-cn/web/svg/attribute/height/index.html b/files/zh-cn/web/svg/attribute/height/index.html index 98f18de2df..dec975f985 100644 --- a/files/zh-cn/web/svg/attribute/height/index.html +++ b/files/zh-cn/web/svg/attribute/height/index.html @@ -31,14 +31,14 @@ translation_of: Web/SVG/Attribute/height 规范文档 - SVG 1.1 (2nd Edition): foreignObject element
    - SVG 1.1 (2nd Edition): image element
    - SVG 1.1 (2nd Edition): pattern element
    - SVG 1.1 (2nd Edition): rect element
    - SVG 1.1 (2nd Edition): svg element
    - SVG 1.1 (2nd Edition): use element
    - SVG 1.1 (2nd Edition): Filter primitive
    - SVG 1.1 (2nd Edition): mask element + SVG 1.1 (2nd Edition): foreignObject element
    + SVG 1.1 (2nd Edition): image element
    + SVG 1.1 (2nd Edition): pattern element
    + SVG 1.1 (2nd Edition): rect element
    + SVG 1.1 (2nd Edition): svg element
    + SVG 1.1 (2nd Edition): use element
    + SVG 1.1 (2nd Edition): Filter primitive
    + SVG 1.1 (2nd Edition): mask element diff --git a/files/zh-cn/web/svg/attribute/image-rendering/index.html b/files/zh-cn/web/svg/attribute/image-rendering/index.html index 462ec504ed..2aabbe3266 100644 --- a/files/zh-cn/web/svg/attribute/image-rendering/index.html +++ b/files/zh-cn/web/svg/attribute/image-rendering/index.html @@ -27,7 +27,7 @@ translation_of: Web/SVG/Attribute/image-rendering 规范性文件 - SVG 1.1 (2nd Edition) + SVG 1.1 (2nd Edition) diff --git a/files/zh-cn/web/svg/attribute/in/index.html b/files/zh-cn/web/svg/attribute/in/index.html index e27cde1055..26a824c97e 100644 --- a/files/zh-cn/web/svg/attribute/in/index.html +++ b/files/zh-cn/web/svg/attribute/in/index.html @@ -31,7 +31,7 @@ translation_of: Web/SVG/Attribute/in Normative document - SVG 1.1 (2nd Edition) + SVG 1.1 (2nd Edition) diff --git a/files/zh-cn/web/svg/attribute/kernelmatrix/index.html b/files/zh-cn/web/svg/attribute/kernelmatrix/index.html index c216cfd948..52e8064d9b 100644 --- a/files/zh-cn/web/svg/attribute/kernelmatrix/index.html +++ b/files/zh-cn/web/svg/attribute/kernelmatrix/index.html @@ -25,7 +25,7 @@ translation_of: Web/SVG/Attribute/kernelMatrix Normative document - SVG 1.1 (2nd Edition) + SVG 1.1 (2nd Edition) diff --git a/files/zh-cn/web/svg/attribute/keytimes/index.html b/files/zh-cn/web/svg/attribute/keytimes/index.html index b3aaab6aef..75a8849c0c 100644 --- a/files/zh-cn/web/svg/attribute/keytimes/index.html +++ b/files/zh-cn/web/svg/attribute/keytimes/index.html @@ -53,7 +53,7 @@ translation_of: Web/SVG/Attribute/keyTimes 规范文档 - SVG 1.1 (2nd Edition) + SVG 1.1 (2nd Edition) diff --git a/files/zh-cn/web/svg/attribute/opacity/index.html b/files/zh-cn/web/svg/attribute/opacity/index.html index 1d5940c7d6..0dbb4a73bb 100644 --- a/files/zh-cn/web/svg/attribute/opacity/index.html +++ b/files/zh-cn/web/svg/attribute/opacity/index.html @@ -32,7 +32,7 @@ translation_of: Web/SVG/Attribute/opacity 规范文档 - SVG 1.1 (2nd Edition) + SVG 1.1 (2nd Edition) diff --git a/files/zh-cn/web/svg/attribute/overflow/index.html b/files/zh-cn/web/svg/attribute/overflow/index.html index 3353ca8ba6..fd35487210 100644 --- a/files/zh-cn/web/svg/attribute/overflow/index.html +++ b/files/zh-cn/web/svg/attribute/overflow/index.html @@ -37,7 +37,7 @@ translation_of: Web/SVG/Attribute/overflow Normative document - SVG 1.1 (2nd Edition) + SVG 1.1 (2nd Edition) diff --git a/files/zh-cn/web/svg/attribute/points/index.html b/files/zh-cn/web/svg/attribute/points/index.html index bf3a2b6579..a038712f5c 100644 --- a/files/zh-cn/web/svg/attribute/points/index.html +++ b/files/zh-cn/web/svg/attribute/points/index.html @@ -32,8 +32,8 @@ translation_of: Web/SVG/Attribute/points 规范文档 - SVG 1.1 (2nd Edition): The polyline element
    - SVG 1.1 (2nd Edition): The polygon element + SVG 1.1 (2nd Edition): The polyline element
    + SVG 1.1 (2nd Edition): The polygon element diff --git a/files/zh-cn/web/svg/attribute/preserveaspectratio/index.html b/files/zh-cn/web/svg/attribute/preserveaspectratio/index.html index 545445a5dd..70eb0d5dde 100644 --- a/files/zh-cn/web/svg/attribute/preserveaspectratio/index.html +++ b/files/zh-cn/web/svg/attribute/preserveaspectratio/index.html @@ -35,7 +35,7 @@ translation_of: Web/SVG/Attribute/preserveAspectRatio Normative document - SVG 1.1 (2nd Edition) + SVG 1.1 (2nd Edition) diff --git a/files/zh-cn/web/svg/attribute/radius/index.html b/files/zh-cn/web/svg/attribute/radius/index.html index 59f6dcfc07..e5e787e881 100644 --- a/files/zh-cn/web/svg/attribute/radius/index.html +++ b/files/zh-cn/web/svg/attribute/radius/index.html @@ -33,7 +33,7 @@ translation_of: Web/SVG/Attribute/radius 规范文档 - SVG 1.1 (2nd Edition) + SVG 1.1 (2nd Edition) diff --git a/files/zh-cn/web/svg/attribute/stddeviation/index.html b/files/zh-cn/web/svg/attribute/stddeviation/index.html index 4ab8e22164..9a9fb16d17 100644 --- a/files/zh-cn/web/svg/attribute/stddeviation/index.html +++ b/files/zh-cn/web/svg/attribute/stddeviation/index.html @@ -33,7 +33,7 @@ translation_of: Web/SVG/Attribute/stdDeviation 规范文档 - SVG 1.1 (2nd Edition) + SVG 1.1 (2nd Edition) diff --git a/files/zh-cn/web/svg/attribute/stroke-dasharray/index.html b/files/zh-cn/web/svg/attribute/stroke-dasharray/index.html index 9ecc44d9dc..df7b2354ce 100644 --- a/files/zh-cn/web/svg/attribute/stroke-dasharray/index.html +++ b/files/zh-cn/web/svg/attribute/stroke-dasharray/index.html @@ -31,7 +31,7 @@ translation_of: Web/SVG/Attribute/stroke-dasharray 规范文档 - SVG 1.1 (2nd Edition) + SVG 1.1 (2nd Edition) diff --git a/files/zh-cn/web/svg/attribute/stroke-dashoffset/index.html b/files/zh-cn/web/svg/attribute/stroke-dashoffset/index.html index d836769c53..e50b2bb28e 100644 --- a/files/zh-cn/web/svg/attribute/stroke-dashoffset/index.html +++ b/files/zh-cn/web/svg/attribute/stroke-dashoffset/index.html @@ -38,7 +38,7 @@ translation_of: Web/SVG/Attribute/stroke-dashoffset 规范文档 - SVG 1.1 (2nd Edition) + SVG 1.1 (2nd Edition) diff --git a/files/zh-cn/web/svg/attribute/stroke-linecap/index.html b/files/zh-cn/web/svg/attribute/stroke-linecap/index.html index 8233fd5eda..7eda100b93 100644 --- a/files/zh-cn/web/svg/attribute/stroke-linecap/index.html +++ b/files/zh-cn/web/svg/attribute/stroke-linecap/index.html @@ -30,7 +30,7 @@ translation_of: Web/SVG/Attribute/stroke-linecap 规范文档 - SVG 1.1 (2nd Edition) + SVG 1.1 (2nd Edition) diff --git a/files/zh-cn/web/svg/attribute/stroke-miterlimit/index.html b/files/zh-cn/web/svg/attribute/stroke-miterlimit/index.html index b2231809f5..2c905144f2 100644 --- a/files/zh-cn/web/svg/attribute/stroke-miterlimit/index.html +++ b/files/zh-cn/web/svg/attribute/stroke-miterlimit/index.html @@ -40,7 +40,7 @@ translation_of: Web/SVG/Attribute/stroke-miterlimit 规范文档 - SVG 1.1 (2nd Edition) + SVG 1.1 (2nd Edition) diff --git a/files/zh-cn/web/svg/attribute/stroke-opacity/index.html b/files/zh-cn/web/svg/attribute/stroke-opacity/index.html index 628ca53b52..e791baf1d6 100644 --- a/files/zh-cn/web/svg/attribute/stroke-opacity/index.html +++ b/files/zh-cn/web/svg/attribute/stroke-opacity/index.html @@ -31,7 +31,7 @@ translation_of: Web/SVG/Attribute/stroke-opacity 规范文档 - SVG 1.1 (2nd Edition) + SVG 1.1 (2nd Edition) diff --git a/files/zh-cn/web/svg/attribute/stroke-width/index.html b/files/zh-cn/web/svg/attribute/stroke-width/index.html index 743f2a05a7..ddcc580b00 100644 --- a/files/zh-cn/web/svg/attribute/stroke-width/index.html +++ b/files/zh-cn/web/svg/attribute/stroke-width/index.html @@ -31,7 +31,7 @@ translation_of: Web/SVG/Attribute/stroke-width 规范文档 - SVG 1.1 (2nd Edition) + SVG 1.1 (2nd Edition) diff --git a/files/zh-cn/web/svg/attribute/stroke/index.html b/files/zh-cn/web/svg/attribute/stroke/index.html index 75b7ef25f4..396de010c9 100644 --- a/files/zh-cn/web/svg/attribute/stroke/index.html +++ b/files/zh-cn/web/svg/attribute/stroke/index.html @@ -29,7 +29,7 @@ translation_of: Web/SVG/Attribute/stroke 规范文档 - SVG 1.1 (2nd Edition) + SVG 1.1 (2nd Edition) diff --git a/files/zh-cn/web/svg/attribute/style/index.html b/files/zh-cn/web/svg/attribute/style/index.html index 3bae57e589..c50ffb6b75 100644 --- a/files/zh-cn/web/svg/attribute/style/index.html +++ b/files/zh-cn/web/svg/attribute/style/index.html @@ -30,7 +30,7 @@ translation_of: Web/SVG/Attribute/style Normative document - SVG 1.1 (2nd Edition) + SVG 1.1 (2nd Edition) diff --git a/files/zh-cn/web/svg/attribute/text-anchor/index.html b/files/zh-cn/web/svg/attribute/text-anchor/index.html index 31d75a3209..de467a0f06 100644 --- a/files/zh-cn/web/svg/attribute/text-anchor/index.html +++ b/files/zh-cn/web/svg/attribute/text-anchor/index.html @@ -33,7 +33,7 @@ original_slug: Web/SVG/Attribute/文本锚点 标准文件 - SVG 1.1 (2nd Edition) + SVG 1.1 (2nd Edition) diff --git a/files/zh-cn/web/svg/attribute/type/index.html b/files/zh-cn/web/svg/attribute/type/index.html index b36de9fb97..bcaa1c96b7 100644 --- a/files/zh-cn/web/svg/attribute/type/index.html +++ b/files/zh-cn/web/svg/attribute/type/index.html @@ -35,7 +35,7 @@ translation_of: Web/SVG/Attribute/type Normative document - SVG 1.1 (2nd Edition) + SVG 1.1 (2nd Edition) @@ -58,7 +58,7 @@ translation_of: Web/SVG/Attribute/type Normative document - SVG 1.1 (2nd Edition) + SVG 1.1 (2nd Edition) @@ -81,7 +81,7 @@ translation_of: Web/SVG/Attribute/type Normative document - SVG 1.1 (2nd Edition) + SVG 1.1 (2nd Edition) @@ -104,7 +104,7 @@ translation_of: Web/SVG/Attribute/type Normative document - SVG 1.1 (2nd Edition) + SVG 1.1 (2nd Edition) @@ -127,8 +127,8 @@ translation_of: Web/SVG/Attribute/type Normative document - SVG 1.1 (2nd Edition) : script
    - SVG 1.1 (2nd Edition) : style + SVG 1.1 (2nd Edition) : script
    + SVG 1.1 (2nd Edition) : style diff --git a/files/zh-cn/web/svg/attribute/version/index.html b/files/zh-cn/web/svg/attribute/version/index.html index 6fb63d6aec..c1f4810565 100644 --- a/files/zh-cn/web/svg/attribute/version/index.html +++ b/files/zh-cn/web/svg/attribute/version/index.html @@ -25,7 +25,7 @@ translation_of: Web/SVG/Attribute/version 标准文件 - SVG 1.1 (2nd Edition): version attribute + SVG 1.1 (2nd Edition): version attribute diff --git a/files/zh-cn/web/svg/attribute/visibility/index.html b/files/zh-cn/web/svg/attribute/visibility/index.html index 9a55be1722..36bd6932a5 100644 --- a/files/zh-cn/web/svg/attribute/visibility/index.html +++ b/files/zh-cn/web/svg/attribute/visibility/index.html @@ -35,7 +35,7 @@ translation_of: Web/SVG/Attribute/visibility 规范文档 - SVG 1.1 (2nd Edition) + SVG 1.1 (2nd Edition) -- cgit v1.2.3-54-g00ecf