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

Define "user agent". #269

Merged
merged 2 commits into from
Sep 23, 2019
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: 5 additions & 0 deletions infra.bs
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,11 @@ violation.
either width or height is zero"), means an inclusive "or" (implying "or both"), unless it is called
out as being exclusive (with "but not both").

<p>A <dfn export>user agent</dfn> is any software that acts on behalf of a user, for example by

Choose a reason for hiding this comment

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

Suggested change
<p>A <dfn export>user agent</dfn> is any software that acts on behalf of a user, for example by
<p>A <dfn export>user agent</dfn> is any software that acts on behalf of a user; for example by

Copy link
Member Author

Choose a reason for hiding this comment

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

The interwebs say to use a semicolon here (and a comma after) when the second bit is a complete sentence, which it isn't here. I don't feel strongly, of course.

Choose a reason for hiding this comment

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

The interwebs say to use a semicolon here (and a comma after) when the second bit is a complete sentence, which it isn't here. I don't feel strongly, of course.

I don’t feel strongly about it either — so it’s fine by me to leave it as-is

Copy link
Member

Choose a reason for hiding this comment

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

I still think s/for example/such as/ is a better approach.

retrieving and rendering web content and facilitating end user interaction with it. In
specifications using the Infra Standard, the user agent is generally the client software that
implements the specification.


<h2 id=algorithms>Algorithms</h2>

Expand Down