<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - <time> tag not pasted / not recognized"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=123085">123085</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td><time> tag not pasted / not recognized
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>6.1.3.2 release
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>libreoffice-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>rs@comunica2.net
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Description:
HTML content surrounded inside a <time> copied from the webbrowser will return
nothing when pasted to a writer document. Could lead to some important and
unnoticed data loss. 

Steps to Reproduce:
1. create a test.html file with the following: 
<html lang="en" dir="ltr" prefix="content:
<a href="http://purl.org/rss/1.0/modules/content/">http://purl.org/rss/1.0/modules/content/</a>  dc: <a href="http://purl.org/dc/terms/">http://purl.org/dc/terms/</a>  foaf:
<a href="http://xmlns.com/foaf/0.1/">http://xmlns.com/foaf/0.1/</a>  og: <a href="http://ogp.me/ns">http://ogp.me/ns</a>#  rdfs:
<a href="http://www.w3.org/2000/01/rdf-schema">http://www.w3.org/2000/01/rdf-schema</a>#  schema: <a href="http://schema.org/">http://schema.org/</a>  sioc:
<a href="http://rdfs.org/sioc/ns">http://rdfs.org/sioc/ns</a>#  sioct: <a href="http://rdfs.org/sioc/types">http://rdfs.org/sioc/types</a>#  skos:
<a href="http://www.w3.org/2004/02/skos/core">http://www.w3.org/2004/02/skos/core</a>#  xsd: <a href="http://www.w3.org/2001/XMLSchema">http://www.w3.org/2001/XMLSchema</a># ">
  <head>
    <meta charset="utf-8" />
    <title>HTML time tag bug</title>
  </head>
  <body>
    <time datetime="1949-02-02T12:00:00Z" class="datetime">1949-02-02</time>
  </body>
</html>

2. open it in a browser and click Alt+AA (select all)
3. open a writer document and click Alt+V (paste)
4. change Options > Load/Save > HTML compatibility > Import unknown HTML tags
as fields
5. try paste again. 
6. In the comments it shows the opening and closing tag proving that the pasted
data did actually arrive (not a OS paste issue). 

Actual Results:
Nothing is pasted

Expected Results:
1949-02-02 is pasted


Reproducible: Always


User Profile Reset: Yes



Additional Info:
Build ID: 1:6.1.3~rc2-0ubuntu0.16.04.1
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: kde4; 
Locale: en-US (en_US.UTF-8); Calc: group threaded</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>