I18N-ISSUE-450 (BUG27879): " [NewObject] Uint8Array encode(optional USVStr..." [encoding]

I18N-ISSUE-450 (BUG27879): "  [NewObject] Uint8Array encode(optional  USVStr..." [encoding]

http://www.w3.org/International/track/issues/450

Raised by: Richard Ishida
On product: encoding

https://www.w3.org/Bugs/Public/show_bug.cgi?id=27879

This issue tracks the bug listed above and was created as part of the WG CR process.

---

Reporter: block.rxckin.beats@gmail.com


https://encoding.spec.whatwg.org/#textencoder

[[
  [NewObject] Uint8Array encode(optional USVString input = "");

]]

it seems a little strange for me.
"input is a optional" is covered under "input is empty string if omitted".

so is it enough to describe with no optional ?

[[
  [NewObject] Uint8Array encode(USVString input = "");

]]

thanks
Jxck

Received on Monday, 30 March 2015 14:26:18 UTC