@@ -113,7 +113,7 @@ <h2>Terminology</h2> <p>The <code><a
113
113
href ="http://dev.w3.org/html5/spec/webappapis.html#queue-a-task "> queue a
114
114
task</ a > </ dfn > and < dfn > < a
115
115
href ="http://dev.w3.org/html5/spec/webappapis.html#fire-a-simple-event ">
116
- fire a simple event</ a > </ dfn > are defined in [[!HTML5]].
116
+ fire an event</ a > </ dfn > are defined in [[!HTML5]].
117
117
118
118
< p > The terms < a
119
119
href ="http://dev.w3.org/html5/spec/webappapis.html#event-handlers "> < dfn
@@ -524,26 +524,26 @@ <h2><a>SmsManager</a> Interface</h2>
524
524
< dt class ="no-docs ">
525
525
attribute EventHandler onreceived
526
526
</ dt >
527
- < dd > The simple event < code > received</ code > MUST be fired when a new
527
+ < dd > The event < code > received</ code > MUST be fired when a new
528
528
message is received on this messaging service manager.</ dd >
529
529
530
530
< dt class ="no-docs ">
531
531
attribute EventHandler onsent
532
532
</ dt >
533
- < dd > The simple event < code > sent</ code > MUST be fired when a new
533
+ < dd > The event < code > sent</ code > MUST be fired when a new
534
534
message is sent using this messaging service manager.</ dd >
535
535
536
536
< dt class ="no-docs ">
537
537
attribute EventHandler ondeliverysuccess
538
538
</ dt >
539
- < dd > The simple event < code > deliverysuccess</ code > of type
539
+ < dd > The event < code > deliverysuccess</ code > of type
540
540
< a > DeliveryReportEvent</ a > MUST be fired when a new succesful delivery
541
541
report is received on this messaging service manager.</ dd >
542
542
543
543
< dt class ="no-docs ">
544
544
attribute EventHandler ondeliveryfailure
545
545
</ dt >
546
- < dd > The simple event < code > deliveryfailure</ code > of type
546
+ < dd > The event < code > deliveryfailure</ code > of type
547
547
< a > DeliveryReportEvent</ a > MUST be fired when a new failure delivery
548
548
report is received on this messaging service manager.</ dd >
549
549
@@ -632,8 +632,8 @@ <h3>Steps</h3>
632
632
< li > Invoke the < code > onsuccess</ code > < a class ="internalDFN "
633
633
href ="#dfn-eventhandler "> event handlers</ a > of the
634
634
< code > MessagingRequest</ code > .
635
- < li > < a > Queue a task</ a > to < a > fire a simple event</ a > named
636
- < code > sent </ code > with the < code > message</ code > attribute set to the sent
635
+ < li > < a > Queue a task</ a > to < a > fire an event</ a > named < code > sent </ code >
636
+ with the < code > message</ code > attribute set to the sent
637
637
< code > MmsMessage</ code > .
638
638
</ ol >
639
639
</ ol >
@@ -708,7 +708,7 @@ <h3>Steps</h3>
708
708
< li > Set the < code > deliveryStatus</ code > parameter of the
709
709
< code > SmsMessage</ code > to 'success' or 'error' depending on the reported
710
710
result.
711
- < li > < a > Queue a task</ a > to < a > fire a simple event</ a > named
711
+ < li > < a > Queue a task</ a > to < a > fire an event</ a > named
712
712
< a > deliverysuccess</ a > or < a > deliveryfailure</ a > respectively if the
713
713
delivery was successfull or not, with
714
714
< ol >
@@ -932,26 +932,26 @@ <h2><a>MmsManager</a> Interface</h2>
932
932
< dt class ="no-docs ">
933
933
attribute EventHandler onreceived
934
934
</ dt >
935
- < dd > The simple event < code > received</ code > MUST be fired when a new
935
+ < dd > The event < code > received</ code > MUST be fired when a new
936
936
message is received on this messaging service manager.</ dd >
937
937
938
938
< dt class ="no-docs ">
939
939
attribute EventHandler onsent
940
940
</ dt >
941
- < dd > The simple event < code > sent</ code > MUST be fired when a new
941
+ < dd > The event < code > sent</ code > MUST be fired when a new
942
942
message is sent using this messaging service manager.</ dd >
943
943
944
944
< dt class ="no-docs ">
945
945
attribute EventHandler ondeliverysuccess
946
946
</ dt >
947
- < dd > The simple event < code > deliverysuccess</ code > of type
947
+ < dd > The event < code > deliverysuccess</ code > of type
948
948
< a > DeliveryReportEvent</ a > MUST be fired when a new succesful delivery
949
949
report is received on this messaging service manager.</ dd >
950
950
951
951
< dt class ="no-docs ">
952
952
attribute EventHandler ondeliveryfailure
953
953
</ dt >
954
- < dd > The simple event < code > deliveryfailure</ code > of type
954
+ < dd > The event < code > deliveryfailure</ code > of type
955
955
< a > DeliveryReportEvent</ a > MUST be fired when a new failure delivery
956
956
report is received on this messaging service manager.</ dd >
957
957
@@ -1054,7 +1054,7 @@ <h3>Steps</h3>
1054
1054
< li > Invoke the < code > onsuccess</ code > < a class ="internalDFN "
1055
1055
href ="#dfn-eventhandler "> event handlers</ a > of the
1056
1056
< code > MessagingRequest</ code > .
1057
- < li > < a > Queue a task</ a > to < a > fire a simple event</ a > named
1057
+ < li > < a > Queue a task</ a > to < a > fire an event</ a > named
1058
1058
< code > sent</ code > with the < code > message</ code > attribute set to the sent
1059
1059
< code > MmsMessage</ code > .
1060
1060
</ ol >
@@ -1215,7 +1215,7 @@ <h3>Steps</h3>
1215
1215
< code > MmsMessage</ code > corresponding to the recipients to which the
1216
1216
delivery report refers to 'success' or 'error' depending on the reported
1217
1217
result.
1218
- < li > < a > Queue a task</ a > to < a > fire a simple event</ a > named
1218
+ < li > < a > Queue a task</ a > to < a > fire an event</ a > named
1219
1219
< a > deliverysuccess</ a > or < a > deliveryfailure</ a > respectively if the
1220
1220
delivery was successfull or not, with
1221
1221
< ol >
0 commit comments