Discussion:
[progress-events]Some comments
Olli Pettay
2008-05-29 11:10:50 UTC
Permalink
Hi all,

some more comments:

(1)
"typeArg of type DOMString
This must be one of loadstart, progress, error, abort, load. If it
is not one of those values then this specification does not define
the resulting event..."

I'd reword that somehow and definitely remove the "must be" part, since
the type doesn't have to be one of those event types.

(2)
"canBubbleArg of type boolean
Specifies Event.bubbles. This parameter overrides the intrinsic
bubbling behavior of the event and determines whether the event
created will bubble
cancelableArg of type boolean
Specifies Event.cancelable. This parameter overrides the intrinsic
cancel behavior of the event and determines whether the event
created is cancelable"

I know that is copied from DOM 3 Events draft, but 'intrinsic bubbling
behavior' and 'intrinsic cancel behavior' aren't actually defined
anywhere. Perhaps should modify that in DOM 3 Events.

Sentences should end to a .

(3)
"If the user agent has reliable information about the value of total,
then this should be true. If the user agent does not have reliable
information about the vale of total, this should be false"
vale -> value and . after false

(4)
Missing "informative" for example in chapter
'Using progress events in Web content'


-Olli

Other comments
http://lists.w3.org/Archives/Public/public-webapi/2008May/0349.html
http://lists.w3.org/Archives/Public/public-webapi/2008May/0478.html
Charles McCathieNevile
2008-06-13 11:43:08 UTC
Permalink
Post by Olli Pettay
Hi all,
(1)
"typeArg of type DOMString
This must be one of loadstart, progress, error, abort, load. If it
is not one of those values then this specification does not define
the resulting event..."
I'd reword that somehow and definitely remove the "must be" part, since
the type doesn't have to be one of those event types.
Agreed. I changed the wording in my local draft (so will appear in the
next editor's draft shortly)
Post by Olli Pettay
(2)
"canBubbleArg of type boolean
Specifies Event.bubbles. This parameter overrides the intrinsic
bubbling behavior of the event and determines whether the event
created will bubble
cancelableArg of type boolean
Specifies Event.cancelable. This parameter overrides the intrinsic
cancel behavior of the event and determines whether the event
created is cancelable"
I know that is copied from DOM 3 Events draft, but 'intrinsic bubbling
behavior' and 'intrinsic cancel behavior' aren't actually defined
anywhere. Perhaps should modify that in DOM 3 Events.
That makes sense to me (plus it means I don't need to do anything new ;)
Post by Olli Pettay
Sentences should end to a .
Changed for the cases noted.
Post by Olli Pettay
(3)
"If the user agent has reliable information about the value of total,
then this should be true. If the user agent does not have reliable
information about the vale of total, this should be false"
vale -> value and . after false
Done.
Post by Olli Pettay
(4)
Missing "informative" for example in chapter
'Using progress events in Web content'
Done
Post by Olli Pettay
Other comments
http://lists.w3.org/Archives/Public/public-webapi/2008May/0349.html
http://lists.w3.org/Archives/Public/public-webapi/2008May/0478.html
Yep. Thanks for the various comments, by the way. It's nice to have the
feedback ;)

cheers

Chaals
--
Charles McCathieNevile Opera Software, Standards Group
je parle français -- hablo español -- jeg lærer norsk
http://my.opera.com/chaals Try Opera 9.5: http://snapshot.opera.com
Loading...