Update README.md

This commit is contained in:
Face
2025-07-26 13:25:29 +03:00
committed by GitHub
parent c55d574a11
commit 48d8820f2c

View File

@@ -9,11 +9,10 @@ TODO:
5. **Store** tab containers so switching tabs won't erase previous tab. 5. **Store** tab containers so switching tabs won't erase previous tab.
6. **GIF** support 6. **GIF** support
7. **Video** support via [GDE GoZen](https://github.com/VoylinsGamedevJourney/gde_gozen) 7. **Video** support via [GDE GoZen](https://github.com/VoylinsGamedevJourney/gde_gozen)
8. **More input types** (url, tel, date, time, etc.) 8. **Required** attribute for inputs
9. **Required** attribute for inputs 9. Installer should register **gurt://** as a valid protocol thru the registry.
10. Installer should register **gurt://** as a valid protocol thru the registry. 10. < input type=**datetime** />, essentially a type "date" but with a vertical separator, then `mm | ss | FORMAT` layout for time.
11. < input type=**datetime** />, essentially a type "date" but with a vertical separator, then `mm | ss | FORMAT` layout for time. 11. **< table >** component. [🔗 Related Godot proposal](https://github.com/godotengine/godot-proposals/issues/97)
12. **< table >** component. [🔗 Related Godot proposal](https://github.com/godotengine/godot-proposals/issues/97)
Issues: Issues:
1. **< br />** counts as 1 element in **WebsiteContainer**, therefore despite being (0,0) in size, it counts as double in spacing 1. **< br />** counts as 1 element in **WebsiteContainer**, therefore despite being (0,0) in size, it counts as double in spacing