Skip to content

Commit 692790b

Browse files
dschuesslergithub-actions[bot]estelle
authored
Make explanation of the cite element more spec compliant (#38804)
* Make explanation of the cite element more spec compliant * Update files/en-us/web/html/element/index.md Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Estelle Weyl <[email protected]>
1 parent 5b43c53 commit 692790b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

files/en-us/web/html/element/cite/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ browser-compat: html.elements.cite
77

88
{{HTMLSidebar}}
99

10-
The **`<cite>`** [HTML](/en-US/docs/Web/HTML) element is used to mark up the title of a cited creative work. The reference may be in an abbreviated form according to context-appropriate conventions related to citation metadata.
10+
The **`<cite>`** [HTML](/en-US/docs/Web/HTML) element is used to mark up the title of a creative work. The reference may be in an abbreviated form according to context-appropriate conventions related to citation metadata.
1111

1212
{{InteractiveExample("HTML Demo: &lt;cite&gt;", "tabbed-standard")}}
1313

@@ -42,7 +42,7 @@ This element only includes the [global attributes](/en-US/docs/Web/HTML/Global_a
4242

4343
## Usage notes
4444

45-
In the context of the `<cite>` element, a creative work that might be cited could be, for example, one of the following:
45+
In the context of the `<cite>` element, a creative work could be, for example, one of the following:
4646

4747
- A book
4848
- A research paper

files/en-us/web/html/element/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Use the HTML inline text semantic to define the meaning, structure, or style of
8989
| {{HTMLElement("bdi")}} | Tells the browser's bidirectional algorithm to treat the text it contains in isolation from its surrounding text. It's particularly useful when a website dynamically inserts some text and doesn't know the directionality of the text being inserted. |
9090
| {{HTMLElement("bdo")}} | Overrides the current directionality of text, so that the text within is rendered in a different direction. |
9191
| {{HTMLElement("br")}} | Produces a line break in text (carriage-return). It is useful for writing a poem or an address, where the division of lines is significant. |
92-
| {{HTMLElement("cite")}} | Used to mark up the title of a cited creative work. The reference may be in an abbreviated form according to context-appropriate conventions related to citation metadata. |
92+
| {{HTMLElement("cite")}} | Used to mark up the title of a creative work. The reference may be in an abbreviated form according to context-appropriate conventions related to citation metadata. |
9393
| {{HTMLElement("code")}} | Displays its contents styled in a fashion intended to indicate that the text is a short fragment of computer code. By default, the content text is displayed using the user agent's default monospace font. |
9494
| {{HTMLElement("data")}} | Links a given piece of content with a machine-readable translation. If the content is time- or date-related, the `<time>` element must be used. |
9595
| {{HTMLElement("dfn")}} | Used to indicate the term being defined within the context of a definition phrase or sentence. The ancestor {{HTMLElement("p")}} element, the {{HTMLElement("dt")}}/{{HTMLElement("dd")}} pairing, or the nearest section ancestor of the `<dfn>` element, is considered to be the definition of the term. |

0 commit comments

Comments
 (0)