• fox2263@lemmy.world
    link
    fedilink
    English
    arrow-up
    5
    ·
    4 days ago

    Since CSS has changed so much that there are old and new ways of doing things, maybe they should have changed version numbers.

      • lambalicious@lemmy.sdf.org
        link
        fedilink
        English
        arrow-up
        3
        ·
        4 days ago
        div.mydiv {
          template <Variable mycolor> 
          requires std::is_named_color<mycolor> || is_function_color<mycolor> || is_hexa<mycolor>
          mydiv& background-color: mycolor 
          noexcept( noexcept( background-color: mycolor) || !std::is_IE6 )
          --> decltype (css_declaration<property>)
          ;
        }
        
    • Kissaki@programming.dev
      link
      fedilink
      English
      arrow-up
      2
      ·
      4 days ago

      To what end? What would you expect version numbers to do? How would you specify or use them, which what consequences?

      Grouping changes into releases with explicit numbering instead of a living standard with generic @supports checks?

      I guess it would make some things easier and more obvious.