diff --git a/index.html b/index.html
index dd00663..272e172 100644
--- a/index.html
+++ b/index.html
@@ -1961,10 +1961,12 @@
recipients to which the MMS message was sent.
readonly attribute Date[]? readTimestamps
- MUST return an array containing the read dates by each of the
- recipients to which this read report event relates. Each element in the
- array refers to the recipient in the same position of the
- recipients
array.
+ MUST return an array containing the read dates, or null if no read date
+ is provided, for each of the recipients to which this read report event
+ relates. Each element in the array refers to the recipient in the same
+ position of the recipients
array. It MUST return null when no
+ read date is provided for any of the recipients to which this read report
+ event relates.
@@ -2038,10 +2040,12 @@
recipients to which the MMS message was sent.
readonly attribute Date[]? readTimestamps
- MUST return an array containing the read dates for each of the
- recipients to which this read report event relates. Each element in the
- array refers to the recipient in the same position of the
- recipients
array.
+ MUST return an array containing the read dates, or null if no read date
+ is provided, for each of the recipients to which this read report event
+ relates. Each element in the array refers to the recipient in the same
+ position of the recipients
array. It MUST return null when no
+ read date is provided for any of the recipients to which this read report
+ event relates.