Skip to content

Commit 3c652e8

Browse files
committed
Fix table formatting in scanning.bs
1 parent 2db73c8 commit 3c652e8

1 file changed

Lines changed: 11 additions & 7 deletions

File tree

scanning.bs

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ spec:web-bluetooth
289289
Let |scan| be a [=new=] {{BluetoothLEScan}} instance
290290
whose fields are initialized as in the following table:
291291
<table class="data">
292-
<thead><th>Field</th><th>Initial value</th></thead>
292+
<thead><tr><th>Field</th><th>Initial value</th></tr></thead>
293293
<tr><td>{{BluetoothLEScan/filters}}</td><td>|filters|</td></tr>
294294
<tr>
295295
<td>{{BluetoothLEScan/keepRepeatedDevices}}</td>
@@ -803,9 +803,11 @@ the [=current settings object=]'s [=relevant global object=] is no longer
803803
</p>
804804
<table class="data" dfn-for="Bluetooth" dfn-type="attribute">
805805
<thead>
806-
<th>Internal Slot</th>
807-
<th>Initial Value</th>
808-
<th>Description (non-normative)</th>
806+
<tr>
807+
<th>Internal Slot</th>
808+
<th>Initial Value</th>
809+
<th>Description (non-normative)</th>
810+
</tr>
809811
</thead>
810812
<tr>
811813
<td><dfn>\[[activeScans]]</dfn></td>
@@ -823,9 +825,11 @@ the [=current settings object=]'s [=relevant global object=] is no longer
823825
</p>
824826
<table class="data" dfn-for="BluetoothDevice" dfn-type="attribute">
825827
<thead>
826-
<th>Internal Slot</th>
827-
<th>Initial Value</th>
828-
<th>Description (non-normative)</th>
828+
<tr>
829+
<th>Internal Slot</th>
830+
<th>Initial Value</th>
831+
<th>Description (non-normative)</th>
832+
</tr>
829833
</thead>
830834
<tr>
831835
<td><dfn>\[[returnedFromScans]]</dfn></td>

0 commit comments

Comments
 (0)