-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make dir=auto and dirname apply to more form controls
This makes two changes: * Applies the auto directionality algorithm to Hidden, Password, Submit Button, Reset Button, and Button input elements. * Adds support for the dirname attribute to Password and Submit Button input elements. And it uses a shared concept between these two features so they will no longer diverge going forward. (The concept can still be shared despite Reset Button and Button input elements not supporting the dirname attribute as the concept is only consulted in form submission where those elements have already been filtered out.) Tests: web-platform-tests/wpt#42427 Fixes #3330 and fixes #9669.
- Loading branch information
Showing
1 changed file
with
27 additions
and
17 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