|
8448 | 8448 | | `pointsAtZ=(null)`| (initial)| `<number: 0>` | |
8449 | 8449 | | `pointsAtZ=(undefined)`| (initial)| `<number: 0>` | |
8450 | 8450 |
|
| 8451 | +## `popover` (on `<div>` inside `<div>`) |
| 8452 | +| Test Case | Flags | Result | |
| 8453 | +| --- | --- | --- | |
| 8454 | +| `popover=(string)`| (changed)| `"manual"` | |
| 8455 | +| `popover=(empty string)`| (changed)| `"auto"` | |
| 8456 | +| `popover=(array with string)`| (changed)| `"manual"` | |
| 8457 | +| `popover=(empty array)`| (changed)| `"auto"` | |
| 8458 | +| `popover=(object)`| (changed)| `"manual"` | |
| 8459 | +| `popover=(numeric string)`| (changed)| `"manual"` | |
| 8460 | +| `popover=(-1)`| (changed)| `"manual"` | |
| 8461 | +| `popover=(0)`| (changed)| `"manual"` | |
| 8462 | +| `popover=(integer)`| (changed)| `"manual"` | |
| 8463 | +| `popover=(NaN)`| (changed, warning)| `"manual"` | |
| 8464 | +| `popover=(float)`| (changed)| `"manual"` | |
| 8465 | +| `popover=(true)`| (initial, warning)| `<null>` | |
| 8466 | +| `popover=(false)`| (initial, warning)| `<null>` | |
| 8467 | +| `popover=(string 'true')`| (changed)| `"manual"` | |
| 8468 | +| `popover=(string 'false')`| (changed)| `"manual"` | |
| 8469 | +| `popover=(string 'on')`| (changed)| `"manual"` | |
| 8470 | +| `popover=(string 'off')`| (changed)| `"manual"` | |
| 8471 | +| `popover=(symbol)`| (initial, warning)| `<null>` | |
| 8472 | +| `popover=(function)`| (initial, warning)| `<null>` | |
| 8473 | +| `popover=(null)`| (initial)| `<null>` | |
| 8474 | +| `popover=(undefined)`| (initial)| `<null>` | |
| 8475 | + |
| 8476 | +## `popoverTarget` (on `<button>` inside `<div>`) |
| 8477 | +| Test Case | Flags | Result | |
| 8478 | +| --- | --- | --- | |
| 8479 | +| `popoverTarget=(string)`| (changed)| `<HTMLDivElement>` | |
| 8480 | +| `popoverTarget=(empty string)`| (initial)| `<null>` | |
| 8481 | +| `popoverTarget=(array with string)`| (changed, warning, ssr warning)| `<HTMLDivElement>` | |
| 8482 | +| `popoverTarget=(empty array)`| (initial, warning, ssr warning)| `<null>` | |
| 8483 | +| `popoverTarget=(object)`| (initial, warning, ssr warning)| `<null>` | |
| 8484 | +| `popoverTarget=(numeric string)`| (initial)| `<null>` | |
| 8485 | +| `popoverTarget=(-1)`| (initial)| `<null>` | |
| 8486 | +| `popoverTarget=(0)`| (initial)| `<null>` | |
| 8487 | +| `popoverTarget=(integer)`| (initial)| `<null>` | |
| 8488 | +| `popoverTarget=(NaN)`| (initial, warning)| `<null>` | |
| 8489 | +| `popoverTarget=(float)`| (initial)| `<null>` | |
| 8490 | +| `popoverTarget=(true)`| (initial, warning)| `<null>` | |
| 8491 | +| `popoverTarget=(false)`| (initial, warning)| `<null>` | |
| 8492 | +| `popoverTarget=(string 'true')`| (initial)| `<null>` | |
| 8493 | +| `popoverTarget=(string 'false')`| (initial)| `<null>` | |
| 8494 | +| `popoverTarget=(string 'on')`| (initial)| `<null>` | |
| 8495 | +| `popoverTarget=(string 'off')`| (initial)| `<null>` | |
| 8496 | +| `popoverTarget=(symbol)`| (initial, warning)| `<null>` | |
| 8497 | +| `popoverTarget=(function)`| (initial, warning)| `<null>` | |
| 8498 | +| `popoverTarget=(null)`| (initial)| `<null>` | |
| 8499 | +| `popoverTarget=(undefined)`| (initial)| `<null>` | |
| 8500 | + |
| 8501 | +## `popoverTargetAction` (on `<button>` inside `<div>`) |
| 8502 | +| Test Case | Flags | Result | |
| 8503 | +| --- | --- | --- | |
| 8504 | +| `popoverTargetAction=(string)`| (changed)| `"show"` | |
| 8505 | +| `popoverTargetAction=(empty string)`| (initial)| `"toggle"` | |
| 8506 | +| `popoverTargetAction=(array with string)`| (changed)| `"show"` | |
| 8507 | +| `popoverTargetAction=(empty array)`| (initial)| `"toggle"` | |
| 8508 | +| `popoverTargetAction=(object)`| (initial)| `"toggle"` | |
| 8509 | +| `popoverTargetAction=(numeric string)`| (initial)| `"toggle"` | |
| 8510 | +| `popoverTargetAction=(-1)`| (initial)| `"toggle"` | |
| 8511 | +| `popoverTargetAction=(0)`| (initial)| `"toggle"` | |
| 8512 | +| `popoverTargetAction=(integer)`| (initial)| `"toggle"` | |
| 8513 | +| `popoverTargetAction=(NaN)`| (initial, warning)| `"toggle"` | |
| 8514 | +| `popoverTargetAction=(float)`| (initial)| `"toggle"` | |
| 8515 | +| `popoverTargetAction=(true)`| (initial, warning)| `"toggle"` | |
| 8516 | +| `popoverTargetAction=(false)`| (initial, warning)| `"toggle"` | |
| 8517 | +| `popoverTargetAction=(string 'true')`| (initial)| `"toggle"` | |
| 8518 | +| `popoverTargetAction=(string 'false')`| (initial)| `"toggle"` | |
| 8519 | +| `popoverTargetAction=(string 'on')`| (initial)| `"toggle"` | |
| 8520 | +| `popoverTargetAction=(string 'off')`| (initial)| `"toggle"` | |
| 8521 | +| `popoverTargetAction=(symbol)`| (initial, warning)| `"toggle"` | |
| 8522 | +| `popoverTargetAction=(function)`| (initial, warning)| `"toggle"` | |
| 8523 | +| `popoverTargetAction=(null)`| (initial)| `"toggle"` | |
| 8524 | +| `popoverTargetAction=(undefined)`| (initial)| `"toggle"` | |
| 8525 | + |
8451 | 8526 | ## `poster` (on `<video>` inside `<div>`) |
8452 | 8527 | | Test Case | Flags | Result | |
8453 | 8528 | | --- | --- | --- | |
|
0 commit comments