diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
commit | 33058f2b292b3a581333bdfb21b8f671898c5060 (patch) | |
tree | 51c3e392513ec574331b2d3f85c394445ea803c6 /files/zh-cn/web/html/element/cite/index.html | |
parent | 8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff) | |
download | translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2 translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip |
initial commit
Diffstat (limited to 'files/zh-cn/web/html/element/cite/index.html')
-rw-r--r-- | files/zh-cn/web/html/element/cite/index.html | 217 |
1 files changed, 217 insertions, 0 deletions
diff --git a/files/zh-cn/web/html/element/cite/index.html b/files/zh-cn/web/html/element/cite/index.html new file mode 100644 index 0000000000..1369ae440f --- /dev/null +++ b/files/zh-cn/web/html/element/cite/index.html @@ -0,0 +1,217 @@ +--- +title: <cite> +slug: Web/HTML/Element/cite +tags: + - HTML + - Reference 参考 + - Web + - 元素 + - 文本级语义 +translation_of: Web/HTML/Element/cite +--- +<div>{{HTMLRef}}</div> + +<p><em>HTML引用( Citation)标签</em> (<strong><cite></strong>) 表示一个作品的引用,且必须包含作品的标题。这个引用可能是一个根据适当的上下文约定关联引用的元数据的缩写。</p> + +<div>{{EmbedInteractiveExample("pages/tabbed/cite.html", "tabbed-standard")}}</div> + +<p class="hidden">The source for this interactive example is stored in a GitHub repository. If you'd like to contribute to the interactive examples project, please clone <a href="https://github.com/mdn/interactive-examples">https://github.com/mdn/interactive-examples </a> and send us a pull request.</p> + +<table class="properties"> + <tbody> + <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> + </td> + </tr> + <tr> + <th scope="row">允许的内容</th> + <td><a href="/en-US/docs/Web/Guide/HTML/Content_categories#Phrasing_content">叙述内容(Phrasing Content)</a></td> + </tr> + <tr> + <th scope="row">标签省略</th> + <td>{{no_tag_omission}}</td> + </tr> + <tr> + <th scope="row">允许的父级元素</th> + <td>任何接受<a href="/en-US/docs/Web/Guide/HTML/Content_categories#Phrasing_content">叙述内容(Phrasing Content)</a>的元素。</td> + </tr> + <tr> + <th scope="row">DOM 接口</th> + <td>这个元素在Gecko 1.9.2 (Firefox 4)及之前的版本中 实现为HTMLElement, Firefox 实现为HTMLSpanElement。</td> + </tr> + </tbody> +</table> + +<h2 id="属性">属性</h2> + +<p>这个元素仅包含了 所有的<a href="/en-US/docs/HTML/Global_attributes">全局属性</a>.</p> + +<div class="note"> +<p><strong>使用说明:</strong></p> + +<ul> + <li>适用场合可能包括一本书,一张纸,一篇散文,一首诗,一个分数,一首歌,一部电影,一个电视节目,一个游戏,一个雕塑,一幅画,戏剧制作,一个剧本,一个歌剧,一种音乐,一个展览 ,一个法律案件报告,一个计算机程序,一个网站,一个网页,博客或评论,论坛帖子或评论 ,鸣叫,或者书面或口头陈述,等等。</li> + <li>W3C规范,对创造性的工作可能包括作者的名字,而WHATWG宣布,它可能不包括在任何情况下,一个人的名字。</li> + <li>在blockquote元素或者q元素上使用cite或者blockquote属性来标明参考的在线资源。</li> + <li>为了避免在使用cite元素时默认字体为斜体,可以使用css的font-style属性重新进行设置。</li> +</ul> + + +</div> + +<h2 id="使用说明">使用说明</h2> + +<p>在 <code><cite></code> 标签中,可能引用的内容类型如下:</p> + +<div class="threecolumns"> +<ul> + <li> + <p>A book</p> + </li> + <li> + <p>A research paper</p> + </li> + <li> + <p>An essay</p> + </li> + <li> + <p>A poem</p> + </li> + <li> + <p>A musical score</p> + </li> + <li> + <p>A song</p> + </li> + <li> + <p>A play or film script</p> + </li> + <li> + <p>A film</p> + </li> + <li> + <p>A television show</p> + </li> + <li> + <p>A game</p> + </li> + <li> + <p>A sculpture</p> + </li> + <li> + <p>A painting</p> + </li> + <li> + <p>A theatrical production</p> + </li> + <li> + <p>A play</p> + </li> + <li> + <p>An opera</p> + </li> + <li> + <p>A musical</p> + </li> + <li> + <p>An exhibition</p> + </li> + <li> + <p>A legal case report</p> + </li> + <li> + <p>A computer program</p> + </li> + <li> + <p>A web site</p> + </li> + <li> + <p>A web page</p> + </li> + <li> + <p>A blog post or comment</p> + </li> + <li> + <p>A forum post or comment</p> + </li> + <li> + <p>A tweet</p> + </li> + <li> + <p>A Facebook post</p> + </li> + <li> + <p>A written or oral statement</p> + </li> + <li> + <p>And so forth.</p> + </li> +</ul> +</div> + +<ul> +</ul> + +<p>值得注意的是,W3C 标准允许在 <code><cite></code> 元素中包含引用内容的作者信息。然而 WHATWG 规范不允许在 <code><cite></code> 元素中出现人名。</p> + +<p>要标明{{HTMLElement("blockquote")}} 或 {{HTMLElement("q")}}之中内容的引用来源,可以使用元素的{{htmlattrxref("cite", "blockquote")}}属性。</p> + +<p>通常,浏览器默认使用斜体来展示<code><cite></code>元素中的内容。可以通过指定<code><cite></code>元素的{{cssxref("font-style")}}样式来覆盖这种默认行为。</p> + +<h2 id="示例">示例</h2> + +<pre class="brush: html">More information can be found in <cite>[ISO-0000]</cite>.</pre> + +<p>该段代码的输出如下:</p> + +<p>{{EmbedLiveSample("Example", 640, 60)}}</p> + +<h2 id="Specifications" name="Specifications">规范</h2> + +<table class="standard-table"> + <thead> + <tr> + <th scope="col" style="width: 200px;">规范</th> + <th scope="col">状态</th> + <th scope="col">注释</th> + </tr> + </thead> + <tbody> + <tr> + <td>{{SpecName('HTML WHATWG', 'text-level-semantics.html#the-cite-element', '<cite>')}}</td> + <td>{{Spec2('HTML WHATWG')}}</td> + <td></td> + </tr> + <tr> + <td>{{SpecName('HTML5 W3C', 'text-level-semantics.html#the-cite-element', '<cite>')}}</td> + <td>{{Spec2('HTML5 W3C')}}</td> + <td></td> + </tr> + <tr> + <td>{{SpecName('HTML4.01', 'struct/text.html#h-9.2.1', '<cite>')}}</td> + <td>{{Spec2('HTML4.01')}}</td> + <td></td> + </tr> + </tbody> +</table> + +<h2 id="浏览器兼容性">浏览器兼容性</h2> + +<div> +<p>{{Compat("html.elements.cite")}}</p> +</div> + +<div></div> + +<div id="compat-desktop"></div> + +<h2 id="相关链接">相关链接</h2> + +<ul> + <li>适用于长引用的 {{HTMLElement("blockquote")}} 元素。</li> + <li>适用于行内引用的 {{HTMLElement("q")}} 元素。</li> +</ul> + +<div></div> |