WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
236700
[InputElement] Return empty string for an invalid floating-point number that ends with "."
https://bugs.webkit.org/show_bug.cgi?id=236700
Summary
[InputElement] Return empty string for an invalid floating-point number that ...
zsun
Reported
2022-02-16 02:44:46 PST
https://html.spec.whatwg.org/multipage/input.html#number-state-(type%3Dnumber
)
Attachments
Patch
(3.25 KB, patch)
2022-02-16 02:51 PST
,
zsun
no flags
Details
Formatted Diff
Diff
Patch
(15.05 KB, patch)
2022-02-16 07:27 PST
,
zsun
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
zsun
Comment 1
2022-02-16 02:51:00 PST
Created
attachment 452166
[details]
Patch
zsun
Comment 2
2022-02-16 07:27:25 PST
Created
attachment 452195
[details]
Patch
Chris Dumez
Comment 3
2022-02-16 09:30:23 PST
Comment on
attachment 452195
[details]
Patch r=me
EWS
Comment 4
2022-02-18 07:40:55 PST
Committed
r290124
(
247468@main
): <
https://commits.webkit.org/247468@main
> All reviewed patches have been landed. Closing bug and clearing flags on
attachment 452195
[details]
.
Radar WebKit Bug Importer
Comment 5
2022-02-18 07:41:27 PST
<
rdar://problem/89144741
>
Darin Adler
Comment 6
2022-02-18 08:58:15 PST
Comment on
attachment 452195
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=452195&action=review
> Source/WebCore/html/parser/HTMLParserIdioms.cpp:134 > + if (string.endsWith('.')) > + return fallbackValue;
Would be natural to have a comment here just like the one on the code paragraph above.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug