[Bug 27879] New: " [NewObject] Uint8Array encode(optional USVStr..."

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

            Bug ID: 27879
           Summary: "  [NewObject] Uint8Array encode(optional USVStr..."
           Product: WHATWG
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Encoding
          Assignee: annevk@annevk.nl
          Reporter: block.rxckin.beats@gmail.com
        QA Contact: sideshowbarker+encodingspec@gmail.com
                CC: mike@w3.org, www-international@w3.org

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

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Thursday, 22 January 2015 07:39:18 UTC