Random Idea

  • It's an idea I had that would be better than the current syntax for HTML.

  • I'm lazy atm and I'm not writing everything I thought about this, but anyway. Web sucks, and I was investigating to at least improve the way styles and pages structures are represented.

  • No built-in tags.

  • Search Engines would release a list of tags that would better represent the content of the page. This strings are NOT built-in the language, but only flags to help SEO.

  • Everything would be a "DIV" by default, and tags are used just for SEO.

  • As everything is a DIV, no one is a DIV.

my-group: tags_for_SEO {
    paola-text: breadcrums {
        OOOIii paola\n
        asdifuhasdf\n
        asdfhijasdf
        asuijdohf
    }
    
    caio-text {  /* no tag here */
        caio's text
    }
    
    hello
}
  • What about styles?

    • My initial idea was to have no styles in this language, but maybe it should have? I'm not sure.

    • Styling being separate seems reasonable for easily swappable themes.

  • What about dynamism?

  • What about attributes?

  • etc