Skip to content

Commit

Permalink
Make the tables prettier by using the default style.
Browse files Browse the repository at this point in the history
"simple" css class was defined nowhere anyway.
  • Loading branch information
darktears committed Oct 29, 2024
1 parent c53573d commit f7ffeed
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ <h3>
<p>
The following internal slots are added to the {{Document}} interface.
</p>
<table class="simple">
<table class="def">
<thead>
<tr>
<th>
Expand Down Expand Up @@ -413,7 +413,7 @@ <h3>
<h4>
Foldables
</h4>
<table class="simple">
<table class="def">
<caption>
Posture values for foldable devices
</caption>
Expand Down Expand Up @@ -759,7 +759,7 @@ <h2>
[[[#algorithms]]], [=top-level traversables=] must have the following
internal slots:
</p>
<table class="simple">
<table class="def">
<thead>
<tr>
<th>
Expand Down Expand Up @@ -799,7 +799,7 @@ <h3>
<h4>
Set device posture
</h4>
<table class="simple">
<table class="def">
<tr>
<th>
HTTP Method
Expand All @@ -821,7 +821,7 @@ <h4>
This [=extension command=] changes device posture to a specific
{{DevicePostureType}}.
</p>
<table class="simple">
<table class="def">
<caption>
Properties of the parameters argument used by this algorithm
</caption>
Expand Down Expand Up @@ -881,7 +881,7 @@ <h4>
<h4>
Clear device posture
</h4>
<table class="simple">
<table class="def">
<tr>
<th>
HTTP Method
Expand Down

0 comments on commit f7ffeed

Please sign in to comment.