Passing an empty string as the value of a multi-valued parameter will continue to be treated as a set of zero elements rather than a one-element set containing the empty string.
Most clients should handle this change without major issue, as the resulting response is consistent with the response when any other invalid title is submitted. Clients that want to continue treating whitespace-only input as no input should begin checking for whitespace-only input before submitting it to the API.
[1]: Specifically: spaces (U+0020), tabs (U+0009), line feeds (U+000A), and carriage returns (U+000D).