为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

<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.

所有回复 (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.