Hacker News new | ask | show | jobs
by DanielStraight 5898 days ago
I'm talking low-level in terms of design and page manipulation, not architecture. CSS is the lowest level available for formatting websites. For formatting desktop apps, you can go straight to the graphics card and paint individual pixels on the screen. There is simply no equivalent in the browser. I suppose you can, strictly speaking, paint individual pixels in the browser with absolute-positioned divs, but this is clearly impractical.