1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18
   19
   20
   21
   22
   23
   24
   25
   26
   27
   28
   29
   30
   31
   32
   33

content / browser / resources / webxr_internals / runtime_changelog_table.html [blame]

<style>
  h3 {
    color: var(--dark-text-color);
  }

  table {
    border-collapse: collapse;
    margin-top: 20px;
    width: 100%;
  }

  th,
  td {
    border-bottom: 1px solid var(--light-gray-color);
    padding: 8px;
    text-align: start;
  }

  th {
    background-color: var(--white-color);
    color: var(--dark-text-color);
  }
</style>
<h3>Added/Removed Runtimes</h3>
<table id="runtime-changelog-table">
  <tr>
    <th>Device ID</th>
    <th>Runtime State</th>
    <th>Time</th>
    <th>Supported Features</th>
    <th>Supports AR</th>
  </tr>
</table>