| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Avoid crashes in HTMLDataListElement::MoveActiveOption
This method was not fully updated after I made other changes to allow
active_option_ to be null so that nothing is highlighted when opening
the datalist. Now, when there is no active option, the first valid
option will become active when pressing the up or down arrows.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
The WPT PR for this CL has been merged upstream! https://github.com/web-platform-tests/wpt/pull/59372
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |