Incomplete List of Mistakes in the Design of CSS
wiki.csswg.org
Incomplete List of Mistakes in the Design of CSS
1–10 of 111 posts
Re: Incomplete List of Mistakes in the Design of CSS
#2Re: Incomplete List of Mistakes in the Design of CSS
#3This doesn't even get to the overall design of css in the first place and the problems it has... http://blog.vjeux.com/2014/javascript/react-css-in-js-nation...
Consider that LaTeX manages to carry out all of those functions (layout, styling, and computation) using only one language.
Re: Incomplete List of Mistakes in the Design of CSS
#4This doesn't even get to the overall design of css in the first place and the problems it has... http://blog.vjeux.com/2014/javascript/react-css-in-js-nation...
The whole idea of using (at least) three separate languages (HTML, JavaScript, CSS) would seem weird if it were proposed de novo . Consider that LaTeX manages to carry out all of those functions (layout, styling, and computation) using only one language.
Re: Incomplete List of Mistakes in the Design of CSS
#5Didn't older versions of IE do precisely that, leading to endless frustration? I hate to say it but MS did something right for once.
Re: Incomplete List of Mistakes in the Design of CSS
#6> Box-sizing should be border-box by default. Didn't older versions of IE do precisely that, leading to endless frustration? I hate to say it but MS did something right for once.
Re: Incomplete List of Mistakes in the Design of CSS
#7> Box-sizing should be border-box by default. Didn't older versions of IE do precisely that, leading to endless frustration? I hate to say it but MS did something right for once.
Re: Incomplete List of Mistakes in the Design of CSS
#8> Box-sizing should be border-box by default. Didn't older versions of IE do precisely that, leading to endless frustration? I hate to say it but MS did something right for once.
I think you're wrong IE didn't do that
The old IE old model is exactly box-sizing:border-box;
Re: Incomplete List of Mistakes in the Design of CSS
#9Well, which is the mistake?
Re: Incomplete List of Mistakes in the Design of CSS
#101. CSS