javascript – Why does XMLHttpRequest not seem to follow a naming convention? – Programmers Stack Exchange

I’ve been working with the XMLHttpRequest object in JavaScript recently, and I couldn’t help but notice that the casing of this name makes no sense. Why is ‘XML’ all in caps while ‘Http’ is not?

Source: javascript – Why does XMLHttpRequest not seem to follow a naming convention? – Programmers Stack Exchange