Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions ERRATA.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]]
```