diff --git a/ERRATA.md b/ERRATA.md index 97a7e69..13ea9a0 100644 --- a/ERRATA.md +++ b/ERRATA.md @@ -158,3 +158,9 @@ This document includes errata for the [Activity Streams](https://www.w3.org/TR/a } } ``` + + - In Section 2.3 "Dates and Times", the definition of `as2-partial-time` allows specifying a `time-secfrac` portion even if `time-second` is not defined. One candidate correction for this error is to replace the ABNF definition of `as2-partial-time` with a structure that requires `time-second` for `time-secfrac` to be used: + + ``` + as2-partial-time = time-hour ":" time-minute [":" time-second [time-secfrac]] + ``` \ No newline at end of file