Skip to content

Commit

Permalink
Address review feedback from @andreastai
Browse files Browse the repository at this point in the history
Also refactor how the row headers are styled, because I found them too hard to spot.
  • Loading branch information
nigelmegitt committed Nov 13, 2024
1 parent 33b67ab commit 8350bcd
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@
table.syntax td { border: 0px solid black }
table.syntax div { background-color: #ffffc8 }
table#table-features-and-extensions tbody tr td:nth-child(2) { text-align: center;}
td.table-row-header {text-align:center; font-style: italic; font-weight: bold; padding-top: 1.5rem !important;}
div.exampleInner { border-top-width: 4px;
border-top-style: double;
border-top-color: #d3d3d3;
Expand Down Expand Up @@ -3135,7 +3136,7 @@ <h4>Disposition of Features and Extensions</h4>
</thead>
<tbody>
<tr>
<td colspan="3" style="text-align:center"><em>Relative to the TT Feature namespace</em></td>
<td colspan="3" class="table-row-header">Relative to the TT Feature namespace</td>
</tr>
<tr>
<td><dfn data-cite="TTML2#feature-animate-fill"><code>#animate-fill</code></dfn></td>
Expand Down Expand Up @@ -3528,7 +3529,7 @@ <h4>Disposition of Features and Extensions</h4>
<td></td>
</tr>
<tr>
<td colspan="3" style="text-align:center"><em>Relative to the <a>DAPT Extension</a> namespace</em></td>
<td colspan="3" class="table-row-header">Relative to the <a>DAPT Extension</a> namespace</td>
</tr>
<tr>
<td><a href="#extension-agent"><code>#agent</code></a></td>
Expand Down Expand Up @@ -3562,7 +3563,9 @@ <h4>Disposition of Features and Extensions</h4>
<td><a href="#extension-profile-root"><code>#profile-root</code></a></td>
<td><span class="prohibited label">prohibited</span></td>
<td>
This is the profile expression of <a href="#ttp-profile"></a>.
This is the profile expression of the prohibition of
the <code>ttp:profile</code> attribute on the <code>&lt;tt&gt;</code> element
as specified in <a href="#ttp-profile"></a>.
</td>
</tr>
<tr>
Expand Down

0 comments on commit 8350bcd

Please sign in to comment.