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 ...
Attachments
Patch (3.25 KB, patch)
2022-02-16 02:51 PST, zsun
no flags
Patch (15.05 KB, patch)
2022-02-16 07:27 PST, zsun
no flags
zsun
Comment 1 2022-02-16 02:51:00 PST
zsun
Comment 2 2022-02-16 07:27:25 PST
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
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.