### Version 2.4.2 ### Reproduction link [https://github.com/busheezy/what-am-i-doing](https://github.com/busheezy/what-am-i-doing) ### Steps to reproduce yarn npm run dev open link in internet explorer 11 and compare to chrome ### What is expected? ```<progress value="50" max="100.0">50</progress>``` assigns value to ``50`` inside Vue document. ### What is actually happening? ```<progress value="50" max="100.0">50</progress>``` assigns value to ``1`` inside Vue document. --- Thanks. Sorry if I'm doing something silly. ```<progress value="50" max="100.0">50</progress>``` assigns value to ``50`` works correctly outside of the app. <!-- generated by vue-issues. DO NOT REMOVE -->