Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CanGc fixes from constantsourcenode.rs & window.rs (#33931) | tanishka | 2024-10-20 | 1 | -1/+2 |
| | | | Signed-off-by: taniishkaaa <tanishkasingh2004@gmail.com> | ||||
* | Properly track `rel` keywords for `<a>`/`<area>`/`<form>` elements (#33462) | Simon Wülker | 2024-09-23 | 1 | -0/+443 |
* Use linkrelations for all linkable elements Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Document LinkRelations Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Rename linkrelations.rs -> links.rs This module is supposed to include general-purpose link related stuff. Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Parse all "rel" keywords Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> --------- Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> |