Re: [csswg-drafts] css as a replacement for html? (#8674)

> I would like to know if there is interest in having css replace html.

No, none whatsoever. 

I think there have been proposals for markup formats using C(SS)-like curly braces instead of angular brackets before, probably posted on some 1 April. 

~~~~ css
body {
  font-family: sans-serif;
  class: "example";
  h1 {
    content: "Hello world!";
    id: "headline";
    font-size: large;
  }
}
~~~~

-- 
GitHub Notification of comment by Crissov
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8674#issuecomment-1495322837 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 4 April 2023 04:16:08 UTC