File: implied_relative_datetimes.html

package info (click to toggle)
mf2py 2.0.1-2
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 664 kB
  • sloc: python: 1,917; makefile: 19
file content (18 lines) | stat: -rw-r--r-- 618 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8">
    <title>Implied_relative_datetimes</title>
  </head>
  <body>
    <article class="h-entry">
      <div class="e-content">This is a post.</div> 
      <time class="dt-published" datetime="2015-01-02 03:04:05Z">2015-01-02 03:04</time>
      (updated: <time class="dt-updated">05:06</time>)
    </article>
    <p>
      Explanation: this is to test for the behaviour described
      <a href="http://microformats.org/wiki/value-class-pattern#microformats2_parsers_implied_date">here</a>.
    </p>
  </body>
</html>