aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/css/universal_selectors/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/css/universal_selectors/index.html')
-rw-r--r--files/zh-cn/web/css/universal_selectors/index.html6
1 files changed, 3 insertions, 3 deletions
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
<p style="border: 1px solid blue;"><span style="color: rgb(255, 0, 0);">A red span</span><span style="color: rgb(0, 255, 0);"> in a green paragraph (with a border.)</span></p>
-<div class="note">注: 笔者不推荐使用通配选择器,因为它是<a class="external" href="http://www.stevesouders.com/blog/2009/06/18/simplifying-css-selectors/" title="http://www.stevesouders.com/blog/2009/06/18/simplifying-css-selectors/">性能最低的一个CSS选择器</a>.</div>
+<div class="note">注: 笔者不推荐使用通配选择器,因为它是<a class="external" href="http://www.stevesouders.com/blog/2009/06/18/simplifying-css-selectors/">性能最低的一个CSS选择器</a>.</div>
<h2 id="规范">规范</h2>
@@ -58,12 +58,12 @@ translation_of: Web/CSS/Universal_selectors
</thead>
<tbody>
<tr>
- <td><a class="external" href="http://www.w3.org/TR/css3-selectors/#universal-selector" title="http://www.w3.org/TR/css3-selectors/#universal-selector">CSS Selectors Level 3</a></td>
+ <td><a class="external" href="http://www.w3.org/TR/css3-selectors/#universal-selector">CSS Selectors Level 3</a></td>
<td>{{ Spec2('CSS3 Selectors') }}</td>
<td>定义了在命名空间下的行为并提示在伪元素中忽略它是允许的</td>
</tr>
<tr>
- <td><a class="external" href="http://www.w3.org/TR/CSS21/selector.html#universal-selector" title="http://www.w3.org/TR/CSS21/selector.html#universal-selector">CSS 2.1</a></td>
+ <td><a class="external" href="http://www.w3.org/TR/CSS21/selector.html#universal-selector">CSS 2.1</a></td>
<td>{{ Spec2('CSS2.1') }}</td>
<td>初始定义</td>
</tr>