1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
|
---
title: <cite>
slug: Web/HTML/Element/cite
tags:
- Element
- HTML
- Referencia
- Web
translation_of: Web/HTML/Element/cite
---
<h2 id="Sumari">Sumari</h2>
<p>L'<em>Element HTML de citació</em> (<strong><cite></strong>) representa una referència a un treball creatiu. Haurà de constar del títol d'una obra o una referència d'URL, que pot ser en forma abreujada d'acord amb les convencions que s'utilitzen per a l'addició de metadades citació.</p>
<div class="note">
<p><strong>Notes d'ús:</strong></p>
<ul>
<li>Un treball creatiu pot incloure un llibre, un paper, un assaig, un poema, una partitura, una cançó, un guió, una pel·lícula, un programa de televisió, un joc, una escultura, una pintura, una obra de teatre, una obra, una òpera, un musical, una exposició, un informe jurídic d'un cas, un programa informàtic, un lloc web, una pàgina web, una entrada de blog o comentari, un missatge en el fòrum o comentari, un tweet, una declaració oral o escrita, etc.</li>
<li><span id="result_box" lang="ca"><span>L'especificació</span> <span>del W3C</span> <span>estableix que una</span> <span>referència a un</span> <span>treball creatiu</span> <span>pot incloure el</span> <span>nom de l'autor</span><span>, mentre que</span> <span>WHATWG</span> <span>ha declarat que no</span> <span>pot</span> <span>incloure</span> <span>el nom d'una</span> <span>persona sota</span> <span>cap circumstància.</span></span></li>
<li><span id="result_box" lang="ca"><span>Utilitzeu</span> <span>l'atribut</span> </span>{{htmlattrxref("cite", "blockquote")}}<span lang="ca"><span> en</span> <span>un element</span> </span>{{HTMLElement("blockquote")}}<span lang="ca"> <span>o</span> </span>{{HTMLElement("q")}}<span lang="ca"> <span>per fer</span> <span>referència a un</span> <span>recurs</span> <span>en línia</span> <span>per a una</span> <span>font.</span></span></li>
</ul>
</div>
<table class="properties">
<tbody>
<tr>
<th scope="row"><a href="/en-US/docs/HTML/Content_categories" title="HTML/Content_categories">Categories de contingut</a></th>
<td><a href="/en-US/docs/HTML/Content_categories#Flow_content" title="HTML/Content categories#Flow content">Flow content</a>, <a href="/en-US/docs/HTML/Content_categories#Phrasing_content" title="HTML/Content categories#Phrasing content">phrasing content</a>, contingut palpable.</td>
</tr>
<tr>
<th scope="row">Contingut permès</th>
<td><a href="/en-US/docs/HTML/Content_categories#Phrasing_content" title="HTML/Content_categories#Phrasing_content">Phrasing content</a>.</td>
</tr>
<tr>
<th scope="row">Omissió de l'etiqueta</th>
<td>{{no_tag_omission}}</td>
</tr>
<tr>
<th scope="row">Elements pares permesos</th>
<td>Qualsevol element que accepti <a href="/en-US/docs/HTML/Content_categories#Phrasing_content" title="HTML/Content_categories#Phrasing_content">phrasing content</a>.</td>
</tr>
<tr>
<th scope="row">Interfície DOM</th>
<td>{{domxref("HTMLElement")}} Fins Gecko 1.9.2 (Firefox 4) <span id="result_box" lang="ca"><span>inclosos,</span> <span>Firefox</span> <span>implementa</span> <span>la interfície</span> </span> {{domxref("HTMLSpanElement")}} <span id="result_box" lang="ca"><span>per a aquest</span> <span>element.</span></span></td>
</tr>
</tbody>
</table>
<h2 id="Atributs">Atributs</h2>
<p>Aquest element només inclou els <a href="/en-US/docs/HTML/Global_attributes" title="HTML/Global attributes">atributs globals</a>.</p>
<h2 id="Exemple">Exemple</h2>
<pre class="brush: html">More information can be found in <cite>[ISO-0000]</cite>.</pre>
<p>Resultat del codi HTML:</p>
<p><span class="short_text" id="result_box" lang="ca"><span>Més</span> <span>informació</span> <span>es</span> <span>pot trobar a</span></span> la <cite>[ISO-0000].</cite></p>
<h2 id="Notes">Notes</h2>
<p>Per evitar el ús de l'estil cursiva per defecte per l'element <cite> utilitzar la propietat <a href="/en-US/docs/CSS">CSS</a> {{cssxref("font-style")}}.</p>
<h2 id="Specifications" name="Specifications">Especificacions</h2>
<table class="standard-table">
<thead>
<tr>
<th scope="col">Especificació</th>
<th scope="col">Estat</th>
<th scope="col">Comentari</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="Navegadors_compatibles">Navegadors compatibles</h2>
<div>{{CompatibilityTable}}</div>
<div id="compat-desktop">
<table class="compat-table">
<tbody>
<tr>
<th>Característica</th>
<th>Chrome</th>
<th>Firefox (Gecko)</th>
<th>Internet Explorer</th>
<th>Opera</th>
<th>Safari</th>
</tr>
<tr>
<td>Suport bàsic</td>
<td>{{CompatVersionUnknown}}</td>
<td>{{CompatGeckoDesktop("1.0")}}</td>
<td>{{CompatVersionUnknown}}</td>
<td>{{CompatVersionUnknown}}</td>
<td>{{CompatVersionUnknown}}</td>
</tr>
</tbody>
</table>
</div>
<div id="compat-mobile">
<table class="compat-table">
<tbody>
<tr>
<th>Característica</th>
<th>Android</th>
<th>Firefox Mobile (Gecko)</th>
<th>IE Mobile</th>
<th>Opera Mobile</th>
<th>Safari Mobile</th>
</tr>
<tr>
<td>Suport bàsic</td>
<td>{{CompatVersionUnknown}}</td>
<td>{{CompatGeckoMobile("1.0")}}</td>
<td>{{CompatVersionUnknown}}</td>
<td>{{CompatVersionUnknown}}</td>
<td>{{CompatVersionUnknown}}</td>
</tr>
</tbody>
</table>
</div>
<h2 id="Veure">Veure</h2>
<ul>
<li><span id="result_box" lang="ca"><span>L'element</span></span> {{HTMLElement("blockquote")}} <span id="result_box" lang="ca"><span>per a cites</span> <span>llargues.</span></span> .</li>
<li><span id="result_box" lang="ca"><span>L'element</span></span> {{HTMLElement("q")}} <span id="result_box" lang="ca"><span>per a les</span> <span>cites</span> <span>en línia</span></span> .</li>
</ul>
<div>{{HTMLRef}}</div>
|