Jonathan Ochmann

Results 40 comments of Jonathan Ochmann
trafficstars

This is an ongoing issue that has not been adressed by Themeco in their latest update to Cornerstone 3.0. Themeco issue: https://theme.co/apex/forum/t/comet-cache-cornerstone/25884 To reiterate, this only seems to affect **Cornerstone...

Same issue here. Still...........

by using shorthand selectors for refs we might introduce a lot of overhead for the parser because we need to keep track of all existing refs and internally compare them...

We should probably just favor the ref attribute. It will just work and we don't have to do any comparisons and keep track of tagNames.

`@keyframes` still behave weirdly in current version and probably need a separate handler in the rewrite engine. Can/should keyframes (Animation-names) be scoped? Investigate ->

Since v1.02-beta CSS Engin supports: - keyframe(s) animations - scoped media queries - scoped support queries

Added more fixes for bugs related to scoped naming conflicts. There are still a number of edge cases that are causing bugs: - comma separated selectors are not properly scoped...

The bugs were all related to naive rewrite rules in the css engine. We're now rewriting refs with proper word boundaries to avoid any overlap with words that contain the...