Opened 15 years ago
Closed 15 years ago
#19093 closed defect (bug) (invalid)
Replace <time> with <data> in twentyeleven
| Reported by: | hd-J | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Bundled Theme | Version: | |
| Severity: | normal | Keywords: | has-patch 2nd-opinion |
| Cc: | Focuses: |
Description
There was a change in the HTML5 draft today, leading to the removal of <time>, now replaced by <data> (see ticket here)
Today in twentyeleven we use <time pubdate datetime=""></time>, and the new draft suggests the following:
<data itemprop="datePublished" value=""></data>
While many (me included) do not necessarily agree with the changes, I would suggest the following patch.
I'd be happy to have a second opinion though.
Thanks.
Attachments (1)
Change History (6)
#2
@
15 years ago
Suggest waiting on this until the standard becomes more standard, since a lot of people are against the removal of <time>. Won't hurt to wait a few months.
#4
@
15 years ago
- Cc added
Agree with Otto. Plus, this change could affect child themes. Their authors may need some time to prepare.
#5
@
15 years ago
- Milestone Awaiting Review
- Resolution → invalid
- Status new → closed
Well, that lasted long.
http://lists.w3.org/Archives/Public/public-html/2011Nov/0011.html
Feel free to re-open if it becomes valid again.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Replace <time> by <data>