[csswg-drafts] [css-values][cssom] Clarify: parsing missing ending parentheses with CSS functions (#7106)

noamr has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-values][cssom] Clarify: parsing missing ending parentheses with CSS functions ==
When setting a CSS function via JS that is missing its ending parentheses `)`, the value is accepted in all browsers. It is not specified anywhere to my knowledge.

For example:
`someElement.style.transform = 'rotate(45deg'` works.

See [this codepen](https://codepen.io/noamr/pen/podYZbR)

(Apologies if this is a really old issue, please mark as duplicate of something if it is...)



Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7106 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Sunday, 6 March 2022 15:11:32 UTC