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 11750 - Typos
Summary: Typos
Status: RESOLVED FIXED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: WebIDL (show other bugs)
Version: unspecified
Hardware: All All
: P2 trivial
Target Milestone: ---
Assignee: Cameron McCormack
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-13 20:18 UTC by Aryeh Gregor
Modified: 2011-03-09 23:50 UTC (History)
2 users (show)

See Also:


Attachments

Description Aryeh Gregor 2011-01-13 20:18:14 UTC
In the example at the end of 3.3.6 (Overloading):

* "<f2, (DOMString, DOMString, float, float, (true, false, false, false))>," seems to have a closing parenthesis in the wrong place.
* "fase" should be "false".

In 3.4 Exceptions: "of another exception member of a constant defined on the exception" should read "or a constant", I think (not totally sure).

In 4.4.5 Attributes: "For each attribute defined on the interface whose identifier is not constructor, there must be a corresponding property on the interface prototype object, unless: the identifier of the attribute is constructor;" seems redundant (not exactly a typo, but close enough).

In 4.6 "Native objects implementing interfaces": "The interface does not have a [Constructor] or [NamedConstructor], extended attribute on it." should probably drop the comma.
Comment 1 Cameron McCormack 2011-03-09 23:50:30 UTC
Thanks, fixed!