you are viewing a single comment's thread
view the rest of the comments
[–] 2 points 3 years ago (1 child)

The only other choice would be to break backwards compatibility, which is obviously not a good thing to do.

There are other options. A version on html/css/js would be good IMO. Then you can remove things you should not use in newer versions or make other breaking changes and better evolve the standard. Yes the browsers need to implement and understand each version. Much like how rust works with its editions.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 2 points 3 years ago

    This increases complexity a lot, since you don't just have to implement compatibility with the editions etc., but also have to properly test a giant amount of cases against all of them. What is the advantage compared to marking things as deprecated?

  • source
  • parent