|
8476 | 8476 | ## `popoverTarget` (on `<button>` inside `<div>`)
|
8477 | 8477 | | Test Case | Flags | Result |
|
8478 | 8478 | | --- | --- | --- |
|
8479 |
| -| `popoverTarget=(string)`| (initial)| `<null>` | |
| 8479 | +| `popoverTarget=(string)`| (initial, warning)| `<null>` | |
8480 | 8480 | | `popoverTarget=(empty string)`| (initial)| `<null>` |
|
8481 | 8481 | | `popoverTarget=(array with string)`| (initial)| `<null>` |
|
8482 | 8482 | | `popoverTarget=(empty array)`| (initial)| `<null>` |
|
|
8498 | 8498 | | `popoverTarget=(null)`| (initial)| `<null>` |
|
8499 | 8499 | | `popoverTarget=(undefined)`| (initial)| `<null>` |
|
8500 | 8500 |
|
| 8501 | +## `popoverTargetElement` (on `<button>` inside `<div>`) |
| 8502 | +| Test Case | Flags | Result | |
| 8503 | +| --- | --- | --- | |
| 8504 | +| `popoverTargetElement=(string)`| (initial)| `<null>` | |
| 8505 | +| `popoverTargetElement=(empty string)`| (initial)| `<null>` | |
| 8506 | +| `popoverTargetElement=(array with string)`| (initial)| `<null>` | |
| 8507 | +| `popoverTargetElement=(empty array)`| (initial)| `<null>` | |
| 8508 | +| `popoverTargetElement=(object)`| (initial)| `<null>` | |
| 8509 | +| `popoverTargetElement=(numeric string)`| (initial)| `<null>` | |
| 8510 | +| `popoverTargetElement=(-1)`| (initial)| `<null>` | |
| 8511 | +| `popoverTargetElement=(0)`| (initial)| `<null>` | |
| 8512 | +| `popoverTargetElement=(integer)`| (initial)| `<null>` | |
| 8513 | +| `popoverTargetElement=(NaN)`| (initial, warning)| `<null>` | |
| 8514 | +| `popoverTargetElement=(float)`| (initial)| `<null>` | |
| 8515 | +| `popoverTarget=(true)`| (initial, warning)| `<null>` | |
| 8516 | +| `popoverTargetElement=(false)`| (initial, warning)| `<null>` | |
| 8517 | +| `popoverTargetElement=(string 'true')`| (initial)| `<null>` | |
| 8518 | +| `popoverTargetElement=(string 'false')`| (initial)| `<null>` | |
| 8519 | +| `popoverTargetElement=(string 'on')`| (initial)| `<null>` | |
| 8520 | +| `popoverTargetElement=(string 'off')`| (initial)| `<null>` | |
| 8521 | +| `popoverTargetElement=(symbol)`| (initial, warning)| `<null>` | |
| 8522 | +| `popoverTargetElement=(function)`| (initial, warning)| `<null>` | |
| 8523 | +| `popoverTargetElement=(null)`| (initial)| `<null>` | |
| 8524 | +| `popoverTargetElement=(undefined)`| (initial)| `<null>` | |
| 8525 | + |
8501 | 8526 | ## `popoverTargetAction` (on `<button>` inside `<div>`)
|
8502 | 8527 | | Test Case | Flags | Result |
|
8503 | 8528 | | --- | --- | --- |
|
|
8512 | 8537 | | `popoverTargetAction=(integer)`| (initial)| `"toggle"` |
|
8513 | 8538 | | `popoverTargetAction=(NaN)`| (initial, warning)| `"toggle"` |
|
8514 | 8539 | | `popoverTargetAction=(float)`| (initial)| `"toggle"` |
|
8515 |
| -| `popoverTargetAction=(true)`| (initial, warning)| `"toggle"` | |
8516 |
| -| `popoverTargetAction=(false)`| (initial, warning)| `"toggle"` | |
| 8540 | +| `popoverTargetAction=(true)`| (initial)| `"toggle"` | |
| 8541 | +| `popoverTargetAction=(false)`| (initial)| `"toggle"` | |
8517 | 8542 | | `popoverTargetAction=(string 'true')`| (initial)| `"toggle"` |
|
8518 | 8543 | | `popoverTargetAction=(string 'false')`| (initial)| `"toggle"` |
|
8519 | 8544 | | `popoverTargetAction=(string 'on')`| (initial)| `"toggle"` |
|
|
0 commit comments