Meta: add two missing <tr> tags · whatwg/webidl@a6602fd
tabatkins
·
2025-12-03
·
via Recent Commits to webidl:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -8538,7 +8538,7 @@ JavaScript Object values.
|
8538 | 8538 | constrained among the three string types. |
8539 | 8539 | The following conversions have the described results: |
8540 | 8540 | <table class="data"> |
8541 | | - <thead><th>Value</th><th>Passed to type</th><th>Result</th></thead> |
| 8541 | + <thead><tr><th>Value</th><th>Passed to type</th><th>Result</th></thead> |
8542 | 8542 | <tr> |
8543 | 8543 | <td><code>{"😞": 1}</code></td> |
8544 | 8544 | <td><code>[=record=]<ByteString, double></code></td> |
@@ -12579,9 +12579,10 @@ the table, and the operation must have the return type given in the third column
|
12579 | 12579 | |
12580 | 12580 | <table id="table-default-method-steps" class="data"> |
12581 | 12581 | <thead> |
12582 | | - <th>[=Identifier=] |
12583 | | - <th>[=Default method steps=] |
12584 | | - <th>[=Return type=]</th> |
| 12582 | + <tr> |
| 12583 | + <th>[=Identifier=] |
| 12584 | + <th>[=Default method steps=] |
| 12585 | + <th>[=Return type=]</th> |
12585 | 12586 | <tbody> |
12586 | 12587 | <tr> |
12587 | 12588 | <td>"<code>toJSON</code>" |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。