**Describe the bug** Empty list items are added to a list where they should not be added. **To Reproduce** Steps to reproduce the behavior: 1. Launch example app 2. Set value to: ```html <html> <ul> <li>Test1</li> <li>Test2</li> <li></li> <li></li> <li></li> </ul> <ol> <li>Test1</li> <li>Test2</li> </ol> </html> ``` **Expected behavior** The ordered list should start with Test1 and Test2 list items without any empty list items at the front. **Screenshots** https://github.com/user-attachments/assets/0a0ddf3a-4984-4d5f-a3e9-bf59d6a04068 **Device (please complete the following information):** - Device: iPhone17 - OS: iOS26.2
Describe the bug
Empty list items are added to a list where they should not be added.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The ordered list should start with Test1 and Test2 list items without any empty list items at the front.
Screenshots
Screen.Recording.2026-04-01.at.13.21.34.mov
Device (please complete the following information):