**Problem** There is an error when using crossorigin attribute in document:Link ``` document::Link { rel: "preconnect", href: "https://fonts.gstatic.com", crossorigin, } ``` **Expected behavior** Not error should happen **Screenshots** <img width="1166" height="447" alt="Image" src="https://github.com/user-attachments/assets/1f09717d-ed9b-4fcf-a029-112e51c9a15b" /> **Environment:** - Dioxus version: dioxus 0.6.3 - Rust version: rustc 1.86.0 - OS info: macos 26.0 - App platform: web