Opened 14 years ago
Closed 14 years ago
#19093 closed defect (bug) (invalid)
Replace <time> with <data> in twentyeleven
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | |
| Component: | Bundled Theme | Keywords: | has-patch 2nd-opinion |
| Focuses: | Cc: |
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
@
14 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
@
14 years ago
- Cc info@… added
Agree with Otto. Plus, this change could affect child themes. Their authors may need some time to prepare.
#5
@
14 years ago
- Milestone Awaiting Review deleted
- Resolution set to invalid
- Status changed from new to 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.
Replace <time> by <data>