I noticed the following near the top of Twitter's source code:
data-fouc-class-names="swift-loading"
A quick Google search turns up a few other websites that use this too but I couldn't find anything that describes what it's for. Making it into the markup of such a popular website (several times to boot due to conditional HTML
classes being utilised) must make it useful for something.
I am familiar with the concept of "flash of unstyled content" aka "FOUC" but I'm curious as to what this code relates to specifically.