Plot 0.8.0
- All HTML body elements now support the
onclick
attribute (by @8W9aG). - HTML forms now support the
novalidate
attribute (by @julianschiavo). - HTML
<input>
elements now support theplaceholder
attribute (by @julianschiavo). - The HTML
aria-hidden
accessibility attribute is now natively supported (by @julianschiavo). - The HTML
<aside>
element is now natively supported (by @l1ghthouse). - HTML body and form elements can now be freely mixed, and elements that typically appear within a form (such as
<input>
) can now appear anywhere within a page's<body>
.
This release also includes documentation additions by @BastianInuk.