|
10773 | 10773 | | `tabIndex=(null)`| (initial)| `<number: -1>` |
|
10774 | 10774 | | `tabIndex=(undefined)`| (initial)| `<number: -1>` |
|
10775 | 10775 |
|
| 10776 | +## `tabIndex` (on `<svg>` inside `<div>`) |
| 10777 | +| Test Case | Flags | Result | |
| 10778 | +| --- | --- | --- | |
| 10779 | +| `tabIndex=(string)`| (initial)| `<number: -1>` | |
| 10780 | +| `tabIndex=(empty string)`| (initial)| `<number: -1>` | |
| 10781 | +| `tabIndex=(array with string)`| (initial)| `<number: -1>` | |
| 10782 | +| `tabIndex=(empty array)`| (initial)| `<number: -1>` | |
| 10783 | +| `tabIndex=(object)`| (initial)| `<number: -1>` | |
| 10784 | +| `tabIndex=(numeric string)`| (initial, ssr mismatch)| `<number: -1>` | |
| 10785 | +| `tabIndex=(-1)`| (initial)| `<number: -1>` | |
| 10786 | +| `tabIndex=(0)`| (initial, ssr mismatch)| `<number: -1>` | |
| 10787 | +| `tabIndex=(integer)`| (initial, ssr mismatch)| `<number: -1>` | |
| 10788 | +| `tabIndex=(NaN)`| (initial, warning)| `<number: -1>` | |
| 10789 | +| `tabIndex=(float)`| (initial, ssr mismatch)| `<number: -1>` | |
| 10790 | +| `tabIndex=(true)`| (initial, warning)| `<number: -1>` | |
| 10791 | +| `tabIndex=(false)`| (initial, warning)| `<number: -1>` | |
| 10792 | +| `tabIndex=(string 'true')`| (initial)| `<number: -1>` | |
| 10793 | +| `tabIndex=(string 'false')`| (initial)| `<number: -1>` | |
| 10794 | +| `tabIndex=(string 'on')`| (initial)| `<number: -1>` | |
| 10795 | +| `tabIndex=(string 'off')`| (initial)| `<number: -1>` | |
| 10796 | +| `tabIndex=(symbol)`| (initial, warning)| `<number: -1>` | |
| 10797 | +| `tabIndex=(function)`| (initial, warning)| `<number: -1>` | |
| 10798 | +| `tabIndex=(null)`| (initial)| `<number: -1>` | |
| 10799 | +| `tabIndex=(undefined)`| (initial)| `<number: -1>` | |
| 10800 | + |
10776 | 10801 | ## `tableValues` (on `<feFuncA>` inside `<svg>`)
|
10777 | 10802 | | Test Case | Flags | Result |
|
10778 | 10803 | | --- | --- | --- |
|
|
0 commit comments