Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

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