22:00
<Michael Ficarra>
so I added content-visibility: auto to the spec in hopes to make it load faster: https://michaelficarra.github.io/ecma262-content-visibility-auto/
22:00
<Michael Ficarra>
and while the initial load is a bit faster, it is horribly laggy and jumps around all over the place when following in-page links
22:01
<Michael Ficarra>
@shu maybe ecma262 is a case study worth sharing with your colleagues https://web.dev/blog/css-content-visibility-baseline
22:02
<bakkot>
we already did in https://github.com/tc39/ecmarkup/pull/263
22:02
<Michael Ficarra>
CSS diff is here: https://github.com/tc39/ecmarkup/compare/content-visibility-auto
22:20
<shu>
we tried that and last time it was really bad
22:20
<shu>
i don't know if chrome's or any other browser's implementation of the feature was at fault or what
22:20
<shu>
but it was like unusably bad
22:20
<shu>
it did load fast
22:23
<Michael Ficarra>
yeah it's so bad
22:24
<Michael Ficarra>
I'll try other browsers and see if it's better
22:25
<Michael Ficarra>
okay it's really slow in Safari, but at least in-document links work properly
23:03
<Michael Ficarra>
and Firefox is the worst of them all, it seems
23:18
<jmdyck>
It works fine in Firefox for me
23:25
<Michael Ficarra>
It works fine in Firefox for me
in-document links go to the right place?