Оставляя последнюю точку с запятой блока CSS

Пара вопросов по этому поводу:

Is it good practice? Will it, on a large scale, result in better load times? Can it result in browsers 'breaking'? Is the same true for the last function in Javascript (/jQuery)?

Я имею в виду такие вещи:

#myElement {
  position: absolute;
  top: 0;
  left: 0
}

Ответы на вопрос(8)

Ваш ответ на вопрос