Need support for dirname attribute
Categories
(Core :: DOM: Core & HTML, enhancement)
Tracking
()
People
(Reporter: aharon, Assigned: vhilla)
References
(Blocks 2 open bugs, )
Details
(Keywords: dev-doc-complete, html5)
Attachments
(4 files)
Updated•13 years ago
|
Comment 2•10 years ago
|
||
Comment 3•10 years ago
|
||
Comment 4•10 years ago
|
||
Updated•6 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Comment 6•2 years ago
|
||
These .dirName wpt tests fail due to the lack of the support.
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 7•2 years ago
|
||
Updated•2 years ago
|
Assignee | ||
Comment 8•1 years ago
|
||
Clarification around dirname
on input
elements just merged to whatwg, see issue 9206
Assignee | ||
Comment 9•1 years ago
|
||
Updated•1 years ago
|
Updated•1 years ago
|
Assignee | ||
Comment 10•1 years ago
|
||
Depends on D178164
Updated•1 years ago
|
Updated•1 years ago
|
Updated•1 years ago
|
Updated•1 years ago
|
Comment 11•1 years ago
|
||
Comment 12•1 years ago
|
||
Hey Vincent, once this lands and be stuck in m-c, can you nominate this for release note? Simply change the Status of the tracking flag relnote-firefox
from ---
to ?
, then fill in the fields on the comment.
Updated•1 years ago
|
Comment 14•1 years ago
|
||
Backed out for causing wpt unexpected passes.
Failure logs:
- https://treeherder.mozilla.org/logviewer?job_id=416860308&repo=autoland
- https://treeherder.mozilla.org/logviewer?job_id=416861655&repo=autoland
Backout link: https://hg.mozilla.org/integration/autoland/rev/21e8996740c5b77f29d3e7e1630f68dad8bc0dec
Updated•1 years ago
|
Updated•1 years ago
|
Updated•1 years ago
|
Updated•1 years ago
|
Assignee | ||
Comment 16•1 years ago
|
||
Missed some unexpected passes, did further testing and hopefully catched all.
Comment 17•1 year ago
|
||
Comment 18•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/2e52989251ae
https://hg.mozilla.org/mozilla-central/rev/9eba8dccc395
https://hg.mozilla.org/mozilla-central/rev/84a06f46030f
Assignee | ||
Comment 19•1 year ago
|
||
Release Note Request (optional, but appreciated)
[Why is this notable]: Text directionality can change through multiple ways. If a server wants to reliably display the submitted text correctly, it has to know about the text directionality as it was in the users editor.
[Affects Firefox for Android]: Yes
[Suggested wording]: Added support for the dirname attribute to pass text directionality information about input and textarea elements to the server.
[Links (documentation, blog post, etc)]:
https://www.w3.org/International/questions/qa-html-dir#reportingdirection
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#dirname
Comment 21•1 year ago
|
||
Added to 116.0a1 nightly notes https://www.mozilla.org/en-US/firefox/116.0a1/releasenotes/
Assignee | ||
Comment 22•1 year ago
|
||
Updated browser-compat-data: 20109
Updated•1 year ago
|
Comment 23•1 year ago
|
||
MDN documentation changes for this can be tracked on the following GitHub issue: https://github.com/mdn/content/issues/27760
(Thank you for the BCD additions)
Updated•1 year ago
|
Comment 24•1 year ago
|
||
Basic info with release note added to MDN, setting as dev-doc-complete for now. Follow-up improvements incoming as described in the linked GitHub issue.
Description
•