This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 23317 - WebIDL bug
Summary: WebIDL bug
Status: RESOLVED FIXED
Alias: None
Product: WHATWG
Classification: Unclassified
Component: Encoding (show other bugs)
Version: unspecified
Hardware: PC Linux
: P2 normal
Target Milestone: Unsorted
Assignee: Anne
QA Contact: sideshowbarker+encodingspec
URL:
Whiteboard:
Keywords:
Depends on: 24581
Blocks:
  Show dependency treegraph
 
Reported: 2013-09-21 21:06 UTC by Dominique Hazael-Massieux
Modified: 2014-05-19 08:54 UTC (History)
2 users (show)

See Also:


Attachments

Description Dominique Hazael-Massieux 2013-09-21 21:06:29 UTC
In http://encoding.spec.whatwg.org/#textencoder
[[
 Uint8Array encode(optional [EnsureUTF16] DOMString input = "", optional TextEncodeOptions options);
]]
the extended attribute is expected before the "optional" keyword.
Comment 1 Anne 2013-12-11 17:19:11 UTC
This seems poor from a readability perspective as the annotation is about the type.