https://html.spec.whatwg.org/multipage/input.html#number-state-(type%3Dnumber)
Created attachment 452166 [details] Patch
Created attachment 452195 [details] Patch
Comment on attachment 452195 [details] Patch r=me
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].
<rdar://problem/89144741>
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.