diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-07-28 12:42:04 -0400 |
---|---|---|
committer | Irvin <irvinfly@gmail.com> | 2021-07-29 13:54:25 +0800 |
commit | 4fcf364daa1be056c857275e82bbbf7549666119 (patch) | |
tree | a0b9987c5d5d6200576d2ffc6a5f4ed8deeecfad /files/zh-cn/web/svg/attribute/points/index.html | |
parent | 77f8a51116c1529c4ba1ed1ec3b9bc2fe0a93f03 (diff) | |
download | translated-content-4fcf364daa1be056c857275e82bbbf7549666119.tar.gz translated-content-4fcf364daa1be056c857275e82bbbf7549666119.tar.bz2 translated-content-4fcf364daa1be056c857275e82bbbf7549666119.zip |
remove link 'title' attributes that's just the 'href' (zh-cn, part 3)
Diffstat (limited to 'files/zh-cn/web/svg/attribute/points/index.html')
-rw-r--r-- | files/zh-cn/web/svg/attribute/points/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
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 </tr> <tr> <th scope="row">规范文档</th> - <td><a class="external" href="http://www.w3.org/TR/SVG/shapes.html#PolylineElementPointsAttribute" title="http://www.w3.org/TR/SVG/shapes.html#PolylineElementPointsAttribute">SVG 1.1 (2nd Edition): The polyline element</a><br> - <a class="external" href="http://www.w3.org/TR/SVG/shapes.html#PolygonElementPointsAttribute" title="http://www.w3.org/TR/SVG/shapes.html#PolygonElementPointsAttribute">SVG 1.1 (2nd Edition): The polygon element</a></td> + <td><a class="external" href="http://www.w3.org/TR/SVG/shapes.html#PolylineElementPointsAttribute">SVG 1.1 (2nd Edition): The polyline element</a><br> + <a class="external" href="http://www.w3.org/TR/SVG/shapes.html#PolygonElementPointsAttribute">SVG 1.1 (2nd Edition): The polygon element</a></td> </tr> </tbody> </table> |