Enable the autocapitalize attribute in release
Categories
(Core :: DOM: Editor, task)
Tracking
()
Tracking | Status | |
---|---|---|
firefox111 | --- | fixed |
People
(Reporter: evilpie, Assigned: m_kato)
References
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
Right now the autocapitalize attribute is only enabled on Nightly. I haven't seen any bug tracking enabling the attribute by default and I wanted to have a bug to point to.
Reporter | ||
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Comment 1•9 months ago
•
|
||
Lack of support for autocapitalize="none"
is impacting XTerm.js, used by some online IDEs such as StackBlitz (see e.g. https://stackblitz.com/edit/node). Would be nice to have it in Firefox stable.
Tested with XTerm.js on Android, with the default Google keyboard app and the "Auto-capitalization — Capitalize the first word of each sentence" option turned on (which is the default):
- Chrome stable: Typing
node
outputsnode
. - Firefox Nightly: Typing
node
outputsnode
. - Firefox stable: Typing
node
outputsNode
.
(Example user report for XTerm on stackblitz.com with Firefox on Android: https://twitter.com/JayCooperBell/status/1535017612827979776)
It would be very useful to have this fix in Firefox stable. Are there any plans to integrate it soon or is there a reason to keep it on the nightly?
Comment 3•3 months ago
|
||
Hi :m_kato, since you are the current assignee, I'd like to ask you whether this is blocked by something or it's just that someone needs to care. (If it's the latter, I can try but in the next year.)
Assignee | ||
Comment 4•2 months ago
|
||
(In reply to Kagami [:saschanaz] from comment #3)
Hi :m_kato, since you are the current assignee, I'd like to ask you whether this is blocked by something or it's just that someone needs to care. (If it's the latter, I can try but in the next year.)
no issue to ship it.
Assignee | ||
Comment 5•2 months ago
|
||
autocapitalize
is turned on Nightly by bug 1425291. There is no bug report for
it, so I would like to ship it by Firefox 111.
Chrome(all) and WebKit/iOS have already shipped this.
Test code is here.
- testing/web-platform/tests/html/editing/editing-0/autocapitalization/
- widget/tests/test_autocapitalize.html
Spec
Pushed by m_kato@ga2.so-net.ne.jp: https://hg.mozilla.org/integration/autoland/rev/33f2603fd653 Ship autocapitalize attribute. r=saschanaz
Comment 7•2 months ago
|
||
bugherder |
MDN doc issue tracker: https://github.com/mdn/content/issues/24401
Description
•