http://www.w3.org/Bugs/Public/show_bug.cgi?id=14048
Per-Erik Brodin <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC|public-html-wg-issue-tracki |[email protected] |[email protected], |m, [email protected] |[email protected] | Component|HTML5 spec (editor: Ian |Server-Sent Events (editor: |Hickson) |Ian Hickson) Platform|Macintosh |Other Product|HTML WG |WebAppsWG QAContact|[email protected] |[email protected] OS/Version|MacOS X |other --- Comment #1 from Per-Erik Brodin <[email protected]> 2011-09-14 19:11:50 UTC --- If the data buffer is an empty string in step 1 it means that there were no data: lines and that's why we want to abort. If the data buffer contains only a line feed character in step 2 it means that there was exactly one data: line but it didn't have a value and thus a MessageEvent with an empty string as its data should be dispatched (similarly, two data: lines without values will result in event.data containing a single line feed character). -- Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
