Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the tables prettier by using the default style. #163

Merged
merged 1 commit into from
Oct 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading