**To reproduce:** <!-- If the issue you reported requires a complex codebase to reproduce, please provide a replicable method such as a Github repository, Codesandbox link, Stackblitz link, or other relevant method for maintainers to investigate your feedback effectively. Thanks ! --> ```less img { aspect-ratio: attr(width type(<number>)) / attr(height type(<number>)); } ``` **Current behavior:** A exception: "Could not parse call arguments or missing ')'" is thrown. **Expected behavior:** ```css img { aspect-ratio: attr(width type(<number>)) / attr(height type(<number>)); } ``` should be rendered <!-- A clear and concise description of what you expected to happen --> **Environment information:** <!-- Provide the `less` and `nodejs` packages versions --> - `less` version: 4.2.2 - `nodejs` version: 22.17.0 - `operating system`: macos <!-- macos, linux or windows ? --> <!-- feel free to add additional comments -->