@jonjohnjohnson As I understand it, it's not that it's a performance hit per se, it's just that none of the css parsers are built to handle arbitrary token look-aheads. So a spec that requires such a thing will get rejected. In terms of performance, it will be interesting to benchmark the relative performance of precomputed nesting with compression vs an in-browser expansion with compression. The compression algorithms used by gzip and brotli do a good job with compressing duplicate idents in close proximity -- exactly the type that nesting produces, so precomputed nesting may turn out to be a performance benefit due to having only negligible impact on stylesheet transfer time after compression. -- GitHub Notification of comment by chriseppstein Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2701#issuecomment-397766220 using your GitHub accountReceived on Friday, 15 June 2018 23:27:41 UTC
This archive was generated by hypermail 2.4.0 : Saturday, 2 July 2022 03:21:09 UTC