koko
koko
Add hir
This is a first draft for #175 Fixes #305, #315 and gives a better error for #338
``` - [ ] Some option - [x] Wow, the checks disappear ``` Appears like this in 4.2: 
```  ``` Renders in Inlyne (4.2):  GitHub:  (edit): This does not occur when align center or right is used, so the problem lies somewhere in how we...
It seems that a `Positioned` has incorrect bounds. 
 The text box of an aligned text is at its original position (without align).
# Objective Fixes: #225 ## Context https://github.com/DioxusLabs/taffy/pull/232#issuecomment-1501163557 https://drafts.csswg.org/css-values/#funcdef-calc ## Feedback wanted ## Todo - [ ] Change RELEASES.md - [ ] Add testing - [x] Finish Parser for tests -...
This adds support for CSS imports. This also organizes and changes a bunch of the net logic.
Implements basic form submissions (fixes #178) I tried following the specification, where it made sense. Things that are missing are: - `DomEvents`: [submit](https://html.spec.whatwg.org/multipage/indices.html#event-submit), [a click event when implicitly submitting](https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#implicit-submission) and...