July 30, 2026
Long live the style-sheet scandal
The Royal Order of Operations
One coder made a royal rulebook for style choices, and the crowd instantly challenged the throne
TLDR: A developer published a grandly titled personal rulebook for the order of page-design settings, turning a tiny workflow choice into a royal proclamation. The main community reaction pushed back fast: forget strict rules, one commenter says the only order that matters is whatever makes future edits easier.
A web creator posted what is basically a personal constitution for how to arrange style settings on a page, grandly calling it “The Royal Order of Operations.” The vibe is half serious manifesto, half self-aware joke: this is their preferred order for writing those little page-design instructions that control layout, text, effects, and visibility. They even open with the wonderfully dramatic line that these are “strong opinions held loosely” and invite readers to change their mind. In other words: the crown is on, but the court is open for rebellion.
And rebellion arrived immediately. The standout community response came from Smalltalker-80, who basically rejected the whole royal decree with a practical hot take: put things in the order they show up on the page so edits are easier later. That turns the post from a neat list into a tiny class war between orderly idealists and real-world tinkerers. One side says rules bring clarity; the other says real life is messy, and your system should match how you actually work.
The funniest part is how gloriously over-the-top the whole thing feels. A list about list order is already peak internet energy, and the regal framing only makes it funnier. The joke writes itself: people are not just arranging page settings, they are debating succession to the throne. It’s nerdy, petty, and weirdly relatable—exactly the kind of low-stakes drama the internet loves.
Key Points
- •The article introduces a page dedicated to lists that specify preferred ordering for different things.
- •The author describes these ordering systems as preferences that may change over time.
- •The first published list is titled “The Order In Which CSS Properties Are Declared.”
- •The CSS order begins with positioning and layout-related properties such as `position`, `z-index`, `float`, `clear`, and `display`.
- •The sequence proceeds through flexbox, grid, sizing, visual, typography, text, color, transform, scrolling, and interaction-related properties, ending with `visibility`.