...
Created attachment 418512 [details] Patch
Comment on attachment 418512 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=418512&action=review > Source/WebCore/ChangeLog:8 > + So SpeechRecognitionAlternative contains a sentence instead of a word, which matches Blink's behavior. Does this work well with websites doing word concatenation with space themselves?
(In reply to youenn fablet from comment #2) > Comment on attachment 418512 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=418512&action=review > > > Source/WebCore/ChangeLog:8 > > + So SpeechRecognitionAlternative contains a sentence instead of a word, which matches Blink's behavior. > > Does this work well with websites doing word concatenation with space > themselves? Yes, because in this case they just insert spaces between sentences while concatenating them.
Committed r271958: <https://trac.webkit.org/changeset/271958> All reviewed patches have been landed. Closing bug and clearing flags on attachment 418512 [details].
<rdar://problem/73665700>