-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Change `required` and `autofocus` to be boolean attributes. * Added `readonly`, `disabled`, and `multiple` boolean attributes to `input` elements. * Added `readonly ` and `disabled ` attributes to the `textarea` element. * Added a `placeholder` attribute to the `textarea` element. * Changed the `allowfullscreen` attribute on the `iframe` element to be a boolean attribute. * Added an `open` boolean attribute to the `details` element. * Added the `hidden` boolean attribute as a global attribute. * Added `checked` boolean attribute to the `input` element. * Added a `name` to the `file` input element in the form test.
- Loading branch information
1 parent
0320a8d
commit c27f685
Showing
3 changed files
with
100 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters