Yves Lafon
Yves Lafon
Yes, this is related to https://github.com/w3c/css-validator/issues/366
Testing the [testing URL](https://www.htmlvalidator.com/bugs/border-inline-end-color.html) with both this validator and the upstream validator, no errors are raised.
`tst { width:min(100vw - 40px, 800px) }` validates, so it depends what is sent to the validator when extracted from the `sizes` attribute, is it supposed to be a value...
FWIW ```@media (width:min(100vw - 40px, 800px)) { tst { color: green } }``` also validates
I merged form upstream to resolve conflicts. There might be extra work to do based on the previous PR for the ipmask regex (that I replaced by the ipv4/ipv6 ones...
The second part (aspect-ratio with one number only) has been fixed by ad4b7113e23746f82d60e54cf8fe644302b1e2a8. The number parsing needs to be addressed.
See #150 and #110
#110 merged for `clip-path`
Hi, is there a stable version? (like a TR link)