aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/html/element/cite/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/html/element/cite/index.html')
-rw-r--r--files/zh-cn/web/html/element/cite/index.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/files/zh-cn/web/html/element/cite/index.html b/files/zh-cn/web/html/element/cite/index.html
index 1369ae440f..56e1a01f14 100644
--- a/files/zh-cn/web/html/element/cite/index.html
+++ b/files/zh-cn/web/html/element/cite/index.html
@@ -11,7 +11,7 @@ translation_of: Web/HTML/Element/cite
---
<div>{{HTMLRef}}</div>
-<p><em>HTML引用( Citation)标签</em> (<strong>&lt;cite&gt;</strong>) 表示一个作品的引用,且必须包含作品的标题。这个引用可能是一个根据适当的上下文约定关联引用的元数据的缩写。</p>
+<p><em>HTML 引用( Citation)标签</em> (<strong>&lt;cite&gt;</strong>) 表示一个作品的引用,且必须包含作品的标题。这个引用可能是一个根据适当的上下文约定关联引用的元数据的缩写。</p>
<div>{{EmbedInteractiveExample("pages/tabbed/cite.html", "tabbed-standard")}}</div>
@@ -22,7 +22,7 @@ translation_of: Web/HTML/Element/cite
<tr>
<th scope="row" style="vertical-align: middle;">内容类别</th>
<td>
- <p><a href="/en-US/docs/Web/Guide/HTML/Content_categories#Flow_content">流内容(Flow Content)</a>,<a href="/en-US/docs/Web/Guide/HTML/Content_categories#Phrasing_content">叙述内容(Phrasing Content)</a>,可触及的内容(Palpable Content) 。</p>
+ <p><a href="/en-US/docs/Web/Guide/HTML/Content_categories#Flow_content">流内容(Flow Content)</a>,<a href="/en-US/docs/Web/Guide/HTML/Content_categories#Phrasing_content">叙述内容(Phrasing Content)</a>,可触及的内容(Palpable Content)。</p>
</td>
</tr>
<tr>
@@ -39,7 +39,7 @@ translation_of: Web/HTML/Element/cite
</tr>
<tr>
<th scope="row">DOM 接口</th>
- <td>这个元素在Gecko 1.9.2 (Firefox 4)及之前的版本中 实现为HTMLElement, Firefox 实现为HTMLSpanElement。</td>
+ <td>这个元素在 Gecko 1.9.2 (Firefox 4) 及之前的版本中 实现为 HTMLElement, Firefox 实现为 HTMLSpanElement。</td>
</tr>
</tbody>
</table>
@@ -53,9 +53,9 @@ translation_of: Web/HTML/Element/cite
<ul>
<li>适用场合可能包括一本书,一张纸,一篇散文,一首诗,一个分数,一首歌,一部电影,一个电视节目,一个游戏,一个雕塑,一幅画,戏剧制作,一个剧本,一个歌剧,一种音乐,一个展览 ,一个法律案件报告,一个计算机程序,一个网站,一个网页,博客或评论,论坛帖子或评论 ,鸣叫,或者书面或口头陈述,等等。</li>
- <li>W3C规范,对创造性的工作可能包括作者的名字,而WHATWG宣布,它可能不包括在任何情况下,一个人的名字。</li>
- <li>在blockquote元素或者q元素上使用cite或者blockquote属性来标明参考的在线资源。</li>
- <li>为了避免在使用cite元素时默认字体为斜体,可以使用css的font-style属性重新进行设置。</li>
+ <li>W3C 规范,对创造性的工作可能包括作者的名字,而 WHATWG 宣布,它可能不包括在任何情况下,一个人的名字。</li>
+ <li>在 blockquote 元素或者 q 元素上使用 cite 或者 blockquote 属性来标明参考的在线资源。</li>
+ <li>为了避免在使用 cite 元素时默认字体为斜体,可以使用 css 的 font-style 属性重新进行设置。</li>
</ul>