From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/zh-cn/web/html/element/cite/index.html | 217 +++++++++++++++++++++++++++ 1 file changed, 217 insertions(+) create mode 100644 files/zh-cn/web/html/element/cite/index.html (limited to 'files/zh-cn/web/html/element/cite/index.html') 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: +slug: Web/HTML/Element/cite +tags: + - HTML + - Reference 参考 + - Web + - 元素 + - 文本级语义 +translation_of: Web/HTML/Element/cite +--- +
{{HTMLRef}}
+ +

HTML引用( Citation)标签 (<cite>) 表示一个作品的引用,且必须包含作品的标题。这个引用可能是一个根据适当的上下文约定关联引用的元数据的缩写。

+ +
{{EmbedInteractiveExample("pages/tabbed/cite.html", "tabbed-standard")}}
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
内容类别 +

流内容(Flow Content)叙述内容(Phrasing Content),可触及的内容(Palpable Content) 。

+
允许的内容叙述内容(Phrasing Content)
标签省略{{no_tag_omission}}
允许的父级元素任何接受叙述内容(Phrasing Content)的元素。
DOM 接口这个元素在Gecko 1.9.2 (Firefox 4)及之前的版本中 实现为HTMLElement, Firefox 实现为HTMLSpanElement。
+ +

属性

+ +

这个元素仅包含了 所有的全局属性.

+ +
+

使用说明:

+ +
    +
  • 适用场合可能包括一本书,一张纸,一篇散文,一首诗,一个分数,一首歌,一部电影,一个电视节目,一个游戏,一个雕塑,一幅画,戏剧制作,一个剧本,一个歌剧,一种音乐,一个展览 ,一个法律案件报告,一个计算机程序,一个网站,一个网页,博客或评论,论坛帖子或评论 ,鸣叫,或者书面或口头陈述,等等。
  • +
  • W3C规范,对创造性的工作可能包括作者的名字,而WHATWG宣布,它可能不包括在任何情况下,一个人的名字。
  • +
  • 在blockquote元素或者q元素上使用cite或者blockquote属性来标明参考的在线资源。
  • +
  • 为了避免在使用cite元素时默认字体为斜体,可以使用css的font-style属性重新进行设置。
  • +
+ + +
+ +

使用说明

+ +

在 <cite> 标签中,可能引用的内容类型如下:

+ +
+
    +
  • +

    A book

    +
  • +
  • +

    A research paper

    +
  • +
  • +

    An essay

    +
  • +
  • +

    A poem

    +
  • +
  • +

    A musical score

    +
  • +
  • +

    A song

    +
  • +
  • +

    A play or film script

    +
  • +
  • +

    A film

    +
  • +
  • +

    A television show

    +
  • +
  • +

    A game

    +
  • +
  • +

    A sculpture

    +
  • +
  • +

    A painting

    +
  • +
  • +

    A theatrical production

    +
  • +
  • +

    A play

    +
  • +
  • +

    An opera

    +
  • +
  • +

    A musical

    +
  • +
  • +

    An exhibition

    +
  • +
  • +

    A legal case report

    +
  • +
  • +

    A computer program

    +
  • +
  • +

    A web site

    +
  • +
  • +

    A web page

    +
  • +
  • +

    A blog post or comment

    +
  • +
  • +

    A forum post or comment

    +
  • +
  • +

    A tweet

    +
  • +
  • +

    A Facebook post

    +
  • +
  • +

    A written or oral statement

    +
  • +
  • +

    And so forth.

    +
  • +
+
+ + + +

值得注意的是,W3C 标准允许在 <cite> 元素中包含引用内容的作者信息。然而 WHATWG 规范不允许在 <cite> 元素中出现人名。

+ +

要标明{{HTMLElement("blockquote")}} 或 {{HTMLElement("q")}}之中内容的引用来源,可以使用元素的{{htmlattrxref("cite", "blockquote")}}属性。

+ +

通常,浏览器默认使用斜体来展示<cite>元素中的内容。可以通过指定<cite>元素的{{cssxref("font-style")}}样式来覆盖这种默认行为。

+ +

示例

+ +
More information can be found in <cite>[ISO-0000]</cite>.
+ +

该段代码的输出如下:

+ +

{{EmbedLiveSample("Example", 640, 60)}}

+ +

规范

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
规范状态注释
{{SpecName('HTML WHATWG', 'text-level-semantics.html#the-cite-element', '<cite>')}}{{Spec2('HTML WHATWG')}}
{{SpecName('HTML5 W3C', 'text-level-semantics.html#the-cite-element', '<cite>')}}{{Spec2('HTML5 W3C')}}
{{SpecName('HTML4.01', 'struct/text.html#h-9.2.1', '<cite>')}}{{Spec2('HTML4.01')}}
+ +

浏览器兼容性

+ +
+

{{Compat("html.elements.cite")}}

+
+ +
+ +
+ +

相关链接

+ + + +
-- cgit v1.2.3-54-g00ecf