On 08/23/2014 11:23 PM, Legoktm wrote:
On 8/23/14, 6:38 PM, svetlana wrote:
[...]
Are there changes affecting only JavaScript, or also CSS?
CSS is another beast that needs effort to support in browsers properly.
Just JavaScript, as the subject line indicates :-)
It's a little more complicated, though, since a lot of CSS is loaded via JavaScript (this is how our ResourceLoader works for performance reasons). Mainly, this is CSS that is only useful in conjunction with JavaScript.
However, due to oversights, CSS that works fine without JavaScript is sometimes unintentionally loaded via JavaScript. If you think you see this, you can report it as a bug.
Matt Flaschen