HTML5.1 is the new recommandation from W3C on 1 November 2016. It comes with new features, changes and improvments to existing HTML5.
<menu>
&<menuitem>
<details>
&<summary>
<picture>
<dialog>
<input type="month">
<input type="week">
<input type="datetime-local">
context
for<menu type="context">
srcset
for<img srcset="">
nonce
within<script nonce>
&<style nonce>
noopener
for<a target="_blank" rel="noopener">
&<area rel="noopener">
allowfullscreen
for<iframe>
appCache
command
APImultiple
attribute in<input type="range">
Some More removed features.
:dir(ltr|rtl)
onrejectionhandled
&onunhandledrejection
to trackpromise rejection
forceSpellCheck
window.open()
method can returnnull
<img>
tag now supportswidth="0"
mousewheel
event is now calledwheel
<option>
can be empty<figcaption>
can appear anywhere within<figure>
rev
attribute for links to support RDFa<header>
&<footer>
can be nested within section containing
Some more changes features.