HackerTrans
TopNewTrendsCommentsPastAskShowJobs

nonphoto

no profile record

comments

nonphoto
·il y a 4 ans·discuss
I actually made a web implementation of marbling for fun based on this paper a few years ago: https://marbled-paper.glitch.me/
nonphoto
·il y a 4 ans·discuss
The article also misses that “JS imports” (script tags with type module) act as though they have the defer attribute by default, so they are not “render blocking” like CSS imports are. It is good that CSS always blocks the parser though to prevent flash of unstyled content. My main issue with CSS imports though is that they don’t encapsulate the style rules at all, which doesn’t give much advantage over inlining the CSS to avoid the extra network request.

However I do agree with the sentiment of the article that CSS did a pretty good job of enabling a huge amount of change in web design over the years despite the lack of good options for layout in the early days
nonphoto
·il y a 4 ans·discuss
I also do this but sometimes macOS changes the order of full screen windows and I’m not sure why. Have you found a way to get around this?