Rolf B: Zitate in HTML

Beitrag lesen

Hallo Robert,

WhatWG schreibt in der Spec

If the cite attribute is present, it must be a valid URL potentially surrounded by spaces. User agents may allow users to follow such citation links, but they are primarily intended for private use (e.g., by server-side scripts collecting statistics about a site's use of quotations), not for readers.

MDN formuliert es so:

A URL that designates a source document or message for the information quoted. This attribute is intended to point to information explaining the context or the reference for the quote.

D.h. du kannst einen Hash-Link auf das cite-Element setzen, du kannst auch die URL der Quelle hinschreiben, aber für semantischen Zusammenhang würde ich eher dies hier empfehlen (siehe auch: CSS-Tricks: Quoting in HTML):

<figure>
<blockquote>
Zur Freiheit hat uns Christus befreit! So steht nun fest und lasst euch 
nicht wieder das Joch der Knechtschaft auflegen!
</blockquote>
<figcaption><cite><a href="https://www.die-bibel.de/bibeln/online-bibeln/lesen/LU17/GAL.5/Galater-5">Gal. 5, 1</a></cite></figcaption>
</figure>

wobei vermutlich diskutiert werden könnte, ob die exakte Bibelstelle ein korrekter <cite> Inhalt ist. <cite> soll das Werk nennen, aber <cite>Die Bibel</cite> ist ziemlich sinnfrei. Die Angabe "Gal. 5,1" ohne den Kontext "Die Bibel (Übersetzung Luther 2017)" ist eigentlich auch nicht perfekt, aber da das Zitat nicht frei in der Wildnis, sondern auf einer Kirchenseite steht, ist der Kontext automatisch gegeben, in den "Gal. 5,1" einzuordnen ist.

Das cite-Attribut am blockquote habe ich weggelassen, das ist mit dem Link im cite-Element redundant (und weder Chrome noch Firefox machen einen Link draus). Ob das cite-Attribut von Assistenztechniken genutzt wird - keine Ahnung.

Rolf

--
sumpsi - posui - obstruxi