-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make dirname apply to hidden/tel/url/email inputs #9490
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good modulo nit. WebKit is supportive.
data-x="attr-input-type-text">Text</span>, <span data-x="attr-input-type-search">Search</span>, | ||
<span data-x="attr-input-type-url">URL</span>, <span | ||
data-x="attr-input-type-tel">Telephone</span>, or <span | ||
data-x="attr-input-type-email">Email</span> state, if the persisted state includes the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you make the order of the states here match the order you used above? (That order matches the table of contents order.)
A test is located in html/semantics/forms/attributes-common-to-form-controls/dirname-only-if-applies.html and the necessary change can be seen here |
@annevk zcorpan is out of office. Can you address the nit and I'll file the implementation bugs, MDN issue? |
|
* Make dirname apply to hidden/tel/url/email inputs. See whatwg/html#9490 * Apply nit Co-authored-by: Chris Mills <[email protected]> * Update files/en-us/web/html/element/input/index.md Co-authored-by: Brian Thomas Smith <[email protected]> * Link to dirname page --------- Co-authored-by: Chris Mills <[email protected]> Co-authored-by: Brian Thomas Smith <[email protected]>
Fixes #9225
(See WHATWG Working Mode: Changes for more details.)
/browsing-the-web.html ( diff )
/form-control-infrastructure.html ( diff )
/input.html ( diff )