[Bug 25408] New: Small typos
| Newsgroups | gmane.comp.web.dom.general |
|---|---|
| Message-ID | <[email protected]/Bugs/Public/> |
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: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected], [email protected]
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.