Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify requirements for resolution of inconsistent information (Paul Wouters' IESG review) #62

Merged
merged 2 commits into from
Oct 19, 2023
Merged
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
5 changes: 3 additions & 2 deletions draft-ietf-sedate-datetime-extended.md
Original file line number Diff line number Diff line change
Expand Up @@ -788,8 +788,9 @@ this specification (see for instance {{inconsistent}}) and with future
extensions still to be defined.
Where consistent interpretation between multiple actors is required
for security purposes (e.g., where timestamps are embedded as
parameters in access control information), only such extensions can be
employed that have a defined resolution of such inconsistent data.
parameters in access control information), only those extensions can be
employed that have a well-understood and shared resolution of such

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Grammar: s/that/as/.

That's "only such [whatever] as have [what's needed]"; contrast with "you can use [a thing] that has [what's needed], but not one that lacks it."

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't feel too strongly about this either way, but that feels better here.

Perhaps s/that/which ("...only such extensions can be employed which have a...")

Copy link
Member Author

@cabo cabo Oct 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well, it is a defining relative clause (the sentence is nonsensical without it), so it must be "that".
I'd like to stick with relatively simple English, so I propose changing the first "such" into "those".

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(Well, at this point, I'd s/that/which/ but it'll do.)

inconsistent data.

--- back

Expand Down
Loading