Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Weitere Informationen

<time> tag in HTML

more options

How does Firefox deal with the HTML <date> and <time> tags, especially <time> with datetime= attribute? Definitions of the tag say this about the datetime= attribute: "The datetime attribute of this element is used to translate the time into a machine-readable format so that browsers can offer to add date reminders through the user's calendar..." (ellipsis mine).

I don't see anything special happening with this tag when I open a web page that has them. There isn't anything done by Firefox that I can see, so I'm wondering if it just allows the tags but doesn't process them.

How does Firefox deal with the HTML <date> and <time> tags, especially <time> with datetime= attribute? Definitions of the tag say this about the datetime= attribute: "The datetime attribute of this element is used to translate the time into a machine-readable format so that browsers can offer to add date reminders through the user's calendar..." (ellipsis mine). I don't see anything special happening with this tag when I open a web page that has them. There isn't anything done by Firefox that I can see, so I'm wondering if it just allows the tags but doesn't process them.

Alle Antworten (3)

more options

I'm not sure there is meant to be any visible change.

https://developer.mozilla.org/docs/Web/HTML/Element/time

more options

So, basically <time> (and <data>) are there to _provide_ machine-readable forms of the item, but Firefox does nothing to provide that data as an <a> tag to a file, let's say an iCalendar (.ics) file would do, which is to offer to open the file in a calendar program. They exist to allow other programs processing the html to use that data.

more options

Hi Tim, I didn't do any other research. Maybe if you follow the links in the article to the specification there might be more explanation or discussion about what they are intended to be used for.