Closed
Bug 1711363
Opened 5 years ago
Closed 5 years ago
Lang attribute does handle all input values as desired
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1704077
People
(Reporter: kontakt, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36
Steps to reproduce:
<input type="number" value="12.00" lang="de"/>
<input type="number" value="12.01" lang="de"/>
Actual results:
12.00
12,01
Expected results:
12,00
12,01
Comment 1•5 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Layout: Form Controls' component, and is moving the bug to that component. Please revert this change in case you think the bot is wrong.
Component: Untriaged → Layout: Form Controls
Product: Firefox → Core
Comment 2•5 years ago
|
||
This is bug 1704077, see there for context. Thanks for filing though :)
Status: UNCONFIRMED → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•