New in HTML 5 is a framework to perform calculations, using, among others, <output>.
Before this, you would use Javascript for everything, including presenting the output.
Is there any advantage of using HTML 5 Calculations over JS (or vice versa)?
Obviously JS can do more complicated things, as well as use numbers retrieved from other places, but are there any others?
<output>is just an element to manipulate with JS for show the results of calculations. What else are you referring to by "framework to perform calculations"? – Quentin Feb 22 at 17:17