- From: <bugzilla@jessica.w3.org>
- Date: Mon, 21 Apr 2014 22:33:45 +0000
- To: www-dom@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=25408
Bug ID: 25408
Summary: Small typos
Product: WebAppsWG
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P2
Component: DOM3 Events
Assignee: travil@microsoft.com
Reporter: crimsteam@gmail.com
QA Contact: public-webapps-bugzilla@w3.org
CC: mike@w3.org, www-dom@w3.org
In mouseup def
https://dvcs.w3.org/hg/dom3events/raw-file/tip/html/DOM3-Events.html#event-type-mouseup
we have green box:
"Authoring Note: In some implementation environments, such as a browser, a
mouseup event can be dispatched even if the pointing device has left the
boundary of the user agent, e.g., if the user began a drag operation with a
mouse button pressed)." << closing parenthesis, but no opening.
====
https://dvcs.w3.org/hg/dom3events/raw-file/tip/html/DOM3-Events.html#interface-WheelEvent
IDL for WheelEventInit and it's description use 0.0, but in even wheel
attributes we see just 0. Should be used one convention.
====
You should check links in all IDL def, because now a lot of not work:
- const in Event, WheelEvent
- method stopPropagation(), preventDefault(), stopImmediatePropagation()
- and much more
====
In IDL def we have space between method name and '(' - is intentional? DOM and
HTML5 never use them, maybe better would be use the same convention.
--
You are receiving this mail because:
You are on the CC list for the bug.
Received on Monday, 21 April 2014 22:33:46 UTC