Closed Bug 1692007 Opened 3 years ago Closed 1 year ago

Enable the autocapitalize attribute in release

Categories

(Core :: DOM: Editor, task)

task

Tracking

()

RESOLVED FIXED
111 Branch
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.

Summary: Enable autocapitalize attribute in release → Enable the autocapitalize attribute in release
Severity: -- → S3
Assignee: nobody → m_kato

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 outputs node.
  • Firefox Nightly: Typing node outputs node.
  • Firefox stable: Typing node outputs Node.

(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?

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.)

Flags: needinfo?(m_kato)

(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.

Flags: needinfo?(m_kato)

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
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
Target Milestone: --- → 111 Branch
Duplicate of this bug: 1819868
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: